This commit is contained in:
@@ -16,7 +16,7 @@ public class TopsyTurvy : Script
|
||||
|
||||
hasChanged = true;
|
||||
var newStatBoost = -statBoost;
|
||||
target.ChangeStatBoost(stat, (sbyte)newStatBoost, target == move.User, batchId);
|
||||
target.ChangeStatBoost(stat, (sbyte)newStatBoost, target == move.User, true, batchId);
|
||||
}
|
||||
if (!hasChanged)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user