Skip to content

Commit

Permalink
delete max revive on resurrect (#2568)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exeatop authored Dec 12, 2024
1 parent bceae27 commit aa14fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/pokemon-entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit aa14fab

Please sign in to comment.