Phazon Mutation Tweaks
Created by: Shadowmech88
I had initially made it so that advanced_mutate()
would alter a mob's damage modifiers by a value that would fall between halving and doubling the normal modifier value. Since it chooses a random integer within those values, it resulted in the code being twice as likely to increase the modifiers, to some degree, than it was to decrease them to some degree.
This tweaks the code so that a mob has equal chance to have its damage modifiers and speed modifier increased or decreased to some degree.