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)