This commit is contained in:
@@ -17,7 +17,7 @@ public class FreezeShock : BaseChargeMove<RequireChargeEffect>
|
||||
|
||||
if (battleData.Battle.Random.EffectChance(30, move, target, hit))
|
||||
{
|
||||
target.SetStatus("paralyzed");
|
||||
target.SetStatus("paralyzed", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user