mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
* Fix #5085 Moves dont play a No Effect Message Against Immune Type When using non-volatile status move like: Will-O-Wisp, Thunder Wave, Toxic, or Poison Gas against a Pokémon whose type is immune to that Status condition, no "It doesn't affect" message plays. My proposed fixes: In move.ts: Removed a redudant if statement in StatusEffectAttr class In pokemon.ts: Renamed the "messageIsImmune" function to "queueImmuneMessage" |
||
---|---|---|
.. | ||
anims.ts | ||
arena.ts | ||
damage-number-handler.ts | ||
mystery-encounter-intro.ts | ||
pokemon-sprite-sparkle-handler.ts | ||
pokemon.ts | ||
trainer.ts |