smogon / pokemon-showdown

Pokémon battle simulator.
https://pokemonshowdown.com
MIT License
4.72k stars 2.76k forks source link

fix typo in onStart event of ability: protosynthesis #10260

Closed Jerick120 closed 4 months ago

Karthik99999 commented 4 months ago

This is not a typo. The client expects the stat name in the id of the volatile name.

Jerick120 commented 4 months ago

This is not a typo. The client expects the stat name in the id of the volatile name.

The simulator logs |-start|p1a: Raging Bolt|protosynthesisspa while the fix should make it log |-start|p1a: Raging Bolt|protosynthesis|spa

Karthik99999 commented 4 months ago

The simulator logs |-start|p1a: Raging Bolt|protosynthesisspa while the fix should make it log |-start|p1a: Raging Bolt|protosynthesis|spa

image

Both the label on the HP bars and the battle text break with this change.