Stance Change can't be removed

This commit is contained in:
The Immortal 2013-11-02 11:15:36 +04:00
parent 85865e8f9e
commit 61564574fb

View File

@ -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;