This commit is contained in:
@@ -12,7 +12,7 @@ public class Growth : Script
|
||||
sbyte amount = 1;
|
||||
if (move.Battle.WeatherName == ScriptUtils.ResolveName<HarshSunlight>())
|
||||
amount = 2;
|
||||
move.User.ChangeStatBoost(Statistic.Attack, amount, true, batchId);
|
||||
move.User.ChangeStatBoost(Statistic.SpecialAttack, amount, true, batchId);
|
||||
move.User.ChangeStatBoost(Statistic.Attack, amount, true, false, batchId);
|
||||
move.User.ChangeStatBoost(Statistic.SpecialAttack, amount, true, false, batchId);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user