This commit is contained in:
@@ -8,7 +8,7 @@ public class Charge : Script
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
move.User.ChangeStatBoost(Statistic.SpecialDefense, 1, true);
|
||||
move.User.ChangeStatBoost(Statistic.SpecialDefense, 1, true, false);
|
||||
move.User.Volatile.Add(new ChargeEffect());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user