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