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