This commit is contained in:
@@ -11,8 +11,8 @@ public class VenomDrench : Script
|
||||
return;
|
||||
|
||||
EventBatchId eventBatch = new();
|
||||
target.ChangeStatBoost(Statistic.Attack, -1, false, eventBatch);
|
||||
target.ChangeStatBoost(Statistic.SpecialAttack, -1, false, eventBatch);
|
||||
target.ChangeStatBoost(Statistic.Speed, -1, false, eventBatch);
|
||||
target.ChangeStatBoost(Statistic.Attack, -1, false, false, eventBatch);
|
||||
target.ChangeStatBoost(Statistic.SpecialAttack, -1, false, false, eventBatch);
|
||||
target.ChangeStatBoost(Statistic.Speed, -1, false, false, eventBatch);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user