Delete cancelled.value = this.overwrites

This commit is contained in:
Dobin Shin 2025-06-07 20:56:40 +09:00 committed by GitHub
parent d28aeef0e2
commit f68899c187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2130,7 +2130,6 @@ export class PostIntimidateStatStageChangeAbAttr extends AbAttr {
if (!simulated) {
globalScene.unshiftPhase(new StatStageChangePhase(pokemon.getBattlerIndex(), false, this.stats, this.stages));
}
cancelled.value = this.overwrites;
}
}