You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a Pokemon uses Destiny Bond, the message from showdown looks like the following:
|move|p1a: Qwilfish|Destiny Bond|p1a: Qwilfish
|-singlemove|p1a: Qwilfish|Destiny Bond
But the AbstractBattle class opts to ignore -singlemove messages, so it doesn't track the usage of Destiny Bond until it actually gets triggered and both Pokemon die, at which point it tracks a message like:
Surely any agent would find it useful to know when a pokemon has activated Destiny Bond, so that it can avoid KOing. Therefore I propose not to ignore -singlemove messages.
The other locations in Pokemon Showdown that use -singlemove are Glaive Rush, Grudge, and Rage.
The text was updated successfully, but these errors were encountered:
When a Pokemon uses Destiny Bond, the message from showdown looks like the following:
But the AbstractBattle class opts to ignore
-singlemove
messages, so it doesn't track the usage of Destiny Bond until it actually gets triggered and both Pokemon die, at which point it tracks a message like:Surely any agent would find it useful to know when a pokemon has activated Destiny Bond, so that it can avoid KOing. Therefore I propose not to ignore
-singlemove
messages.The other locations in Pokemon Showdown that use
-singlemove
are Glaive Rush, Grudge, and Rage.The text was updated successfully, but these errors were encountered: