mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 14:59:26 +02:00
quick change
This commit is contained in:
parent
de67d22a78
commit
81948fe3b8
@ -4714,8 +4714,10 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (typeChange.length !== 0) {
|
||||||
pokemon.summonData.types = typeChange;
|
pokemon.summonData.types = typeChange;
|
||||||
pokemon.updateInfo();
|
pokemon.updateInfo();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user