This commit is contained in:
@@ -8,7 +8,7 @@ public class Flatter : Script
|
||||
/// <inheritdoc />
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
target.ChangeStatBoost(Statistic.SpecialAttack, 1, false);
|
||||
target.ChangeStatBoost(Statistic.SpecialAttack, 1, false, false);
|
||||
target.Volatile.StackOrAdd("confusion", () => new Confusion());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user