varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Move combinations may cause premature escape from trapping #69

Closed varkor closed 10 years ago

varkor commented 10 years ago

If a Pokémon is wrapped, then uses Ingrain, when its Wrap runs out, it will be freed from being trapped even though it should still be. Perhaps an array is needed to keep track of the difference causes of trapping.