Bug Fix for multichoice evolutions
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.