This commit is contained in:
@@ -7,7 +7,7 @@ public class StrengthSap : Script
|
||||
public override void OnSecondaryEffect(IExecutingMove move, IPokemon target, byte hit)
|
||||
{
|
||||
var attack = target.BoostedStats.Attack;
|
||||
if (!target.ChangeStatBoost(Statistic.Attack, -1, false))
|
||||
if (!target.ChangeStatBoost(Statistic.Attack, -1, false, false))
|
||||
{
|
||||
move.GetHitData(target, hit).Fail();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user