This is my personal gitlab instance. Feel free to browse my stuff: https://gitlab.greeson.xyz/users/highsaltlevels/projects

Bug Fix for multichoice evolutions

David Greeson requested to merge bug-fix into main

Summary

For pokemon like applin, there's multiple evolution lines to pick from. I made the mistake of just using the random integer when I should use the random integer as an index for the list of evolution choices.

Merge request reports