This commit is contained in:
@@ -6,7 +6,7 @@ public class Swagger : Script
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
target.ChangeStatBoost(Statistic.Attack, 2, false);
|
||||
target.ChangeStatBoost(Statistic.Attack, 2, false, false);
|
||||
target.Volatile.Add(new Pokemon.Confusion());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user