Update src/data/ability.ts
Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
parent
93924f8328
commit
0499d5e456
|
@ -5280,10 +5280,6 @@ export class IllusionPostBattleAbAttr extends PostBattleAbAttr {
|
|||
* @returns {boolean} - Whether the illusion was applied.
|
||||
*/
|
||||
override applyPostBattle(pokemon: Pokemon, passive: boolean, simulated:boolean, args: any[]): void {
|
||||
/*const illusion = pokemon.breakIllusion();
|
||||
if (illusion) {
|
||||
pokemon.summonData?.illusion.available = true;
|
||||
}*/
|
||||
pokemon.breakIllusion()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue