mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-20 16:42:45 +02:00
Remove improper condition in mimicry's ability application
This commit is contained in:
parent
03afffb07f
commit
d7d59723a4
@ -6059,7 +6059,7 @@ export class TerrainEventTypeChangeAbAttr extends PostSummonAbAttr {
|
||||
}
|
||||
|
||||
override canApply({ pokemon }: AbAttrBaseParams): boolean {
|
||||
return !pokemon.isTerastallized && globalScene.arena.getTerrainType() !== TerrainType.NONE;
|
||||
return !pokemon.isTerastallized;
|
||||
}
|
||||
|
||||
override apply({ pokemon }: AbAttrBaseParams): void {
|
||||
|
Loading…
Reference in New Issue
Block a user