This commit is contained in:
@@ -9,7 +9,7 @@ public class ResetTargetStats : Script
|
||||
EventBatchId eventBatchId = new();
|
||||
foreach (Statistic stat in Enum.GetValues(typeof(Statistic)))
|
||||
{
|
||||
target.ChangeStatBoost(stat, (sbyte)-target.StatBoost.GetStatistic(stat), true, eventBatchId);
|
||||
target.ChangeStatBoost(stat, (sbyte)-target.StatBoost.GetStatistic(stat), true, true, eventBatchId);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user