This commit is contained in:
@@ -14,7 +14,7 @@ public class IceFang : Script
|
||||
|
||||
if (battleData.Battle.Random.EffectChance(10, move, target, hit))
|
||||
{
|
||||
target.SetStatus("frozen");
|
||||
target.SetStatus("frozen", false);
|
||||
}
|
||||
if (battleData.Battle.Random.EffectChance(10, move, target, hit))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user