From f4c1f5d30c48936d5ca55e693005f7fc5c81420b Mon Sep 17 00:00:00 2001 From: Benjamin Odom Date: Mon, 13 May 2024 22:25:49 -0500 Subject: [PATCH] Update phases.ts --- src/phases.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phases.ts b/src/phases.ts index d874cf9370f..8291d42678c 100644 --- a/src/phases.ts +++ b/src/phases.ts @@ -2945,7 +2945,7 @@ export class ObtainStatusEffectPhase extends PokemonPhase { start() { const pokemon = this.getPokemon(); if (!pokemon.status) { - if (pokemon.trySetStatus(this.statusEffect, false, this.sourcePokemon, 0, null)) { + if (pokemon.trySetStatus(this.statusEffect, false, this.sourcePokemon)) { if (this.cureTurn) pokemon.status.cureTurn = this.cureTurn; pokemon.updateInfo(true);