From aa14fab5697ea698848fae3462b0192cbc1d74ad Mon Sep 17 00:00:00 2001 From: Exeatop <164261742+Exeatop@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:20:19 -0500 Subject: [PATCH] delete max revive on resurrect (#2568) --- app/core/pokemon-entity.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/pokemon-entity.ts b/app/core/pokemon-entity.ts index 38f2beceb..0545e5603 100644 --- a/app/core/pokemon-entity.ts +++ b/app/core/pokemon-entity.ts @@ -1787,6 +1787,7 @@ export class PokemonEntity extends Schema implements IPokemonEntity { this.items.delete(Item.DYNAMAX_BAND) this.items.delete(Item.SACRED_ASH) + this.items.delete(Item.MAX_REVIVE) this.simulation.applySynergyEffects(this) this.simulation.applyItemsEffects(this)