mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Merge a46ff89bae into 6765d8422d
This commit is contained in:
commit
773549d147
|
|
@ -49,6 +49,13 @@ export const Conditions: import('../../../sim/dex-conditions').ModdedConditionDa
|
|||
}
|
||||
},
|
||||
},
|
||||
choicelock: {
|
||||
inherit: true,
|
||||
onStart(pokemon) {
|
||||
if (!pokemon.lastMove || ['mimic', 'sketch', 'transform'].includes(pokemon.lastMove.id)) return false;
|
||||
this.effectState.move = pokemon.lastMove.id;
|
||||
},
|
||||
},
|
||||
sandstorm: {
|
||||
inherit: true,
|
||||
onModifySpD: undefined, // no inherit
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user