mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 10:52:17 +02:00
dont revive
This commit is contained in:
parent
c4c51b5d9d
commit
0416ec9851
@ -2038,7 +2038,7 @@ export class PostTurnResetStatusAbAttr extends PostTurnAbAttr {
|
||||
if (this.target?.status) {
|
||||
|
||||
this.target.scene.queueMessage(getPokemonMessage(this.target, getStatusEffectHealText(this.target.status?.effect)));
|
||||
this.target.resetStatus();
|
||||
this.target.resetStatus(false);
|
||||
this.target.updateInfo();
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user