This commit is contained in:
@@ -22,7 +22,7 @@ public class PoisonTail : Script
|
||||
|
||||
if (battleData.Battle.Random.EffectChance(10, move, target, hit))
|
||||
{
|
||||
target.SetStatus(ScriptUtils.ResolveName<BadlyPoisoned>());
|
||||
target.SetStatus(ScriptUtils.ResolveName<BadlyPoisoned>(), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user