Update src/data/ability.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Lylian BALL 2025-04-01 23:54:49 +02:00 committed by GitHub
parent 93924f8328
commit 0499d5e456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -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()
}
}