Tweaks and fixes
This commit is contained in:
@@ -8,7 +8,7 @@ public class PsychUp : Script, IScriptOnSecondaryEffect
|
||||
{
|
||||
var targetStats = target.StatBoost;
|
||||
var userStats = move.User.StatBoost;
|
||||
foreach (Statistic stat in Enum.GetValues(typeof(Statistic)))
|
||||
foreach (var stat in StatisticHelper.GetStandardStatistics())
|
||||
{
|
||||
var targetStat = targetStats.GetStatistic(stat);
|
||||
var userStat = userStats.GetStatistic(stat);
|
||||
|
||||
Reference in New Issue
Block a user