This commit is contained in:
@@ -34,7 +34,7 @@ public class Bounce : Script
|
||||
var random = battle.Random;
|
||||
if (random.EffectChance(30, move, target, hit))
|
||||
{
|
||||
target.SetStatus("paralyzed");
|
||||
target.SetStatus("paralyzed", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user