mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-06-02 22:08:36 -05:00
Stance Change can't be removed
This commit is contained in:
parent
85865e8f9e
commit
61564574fb
|
|
@ -983,7 +983,7 @@ var BattlePokemon = (function() {
|
|||
if (noForce && this.ability === ability.id) {
|
||||
return false;
|
||||
}
|
||||
if (ability.id === 'multitype' || ability.id === 'illusion' || this.ability === 'multitype') {
|
||||
if (ability.id === 'multitype' || ability.id === 'illusion' || ability.id === 'stancechange' || this.ability === 'multitype') {
|
||||
return false;
|
||||
}
|
||||
this.ability = ability.id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user