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