dont revive

This commit is contained in:
shayebeadlingkl 2024-05-08 20:48:37 -04:00
parent c4c51b5d9d
commit 0416ec9851

View File

@ -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;
}