More moves
This commit is contained in:
@@ -22,6 +22,9 @@ public class GuardSplit : Script
|
||||
|
||||
userStats.SetStatistic(Statistic.Defense, newDefense);
|
||||
userStats.SetStatistic(Statistic.SpecialDefense, newSpecialDefense);
|
||||
targetStats.SetStatistic(Statistic.Defense, newDefense);
|
||||
targetStats.SetStatistic(Statistic.SpecialDefense, newSpecialDefense);
|
||||
user.RecalculateFlatStats();
|
||||
target.RecalculateFlatStats();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user