This commit is contained in:
@@ -18,8 +18,8 @@ public class MagneticFlux : Script
|
||||
continue;
|
||||
|
||||
EventBatchId batch = new();
|
||||
pokemon.ChangeStatBoost(Statistic.Defense, 1, pokemon == move.User, batch);
|
||||
pokemon.ChangeStatBoost(Statistic.SpecialDefense, 1, pokemon == move.User, batch);
|
||||
pokemon.ChangeStatBoost(Statistic.Defense, 1, pokemon == move.User, false, batch);
|
||||
pokemon.ChangeStatBoost(Statistic.SpecialDefense, 1, pokemon == move.User, false, batch);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user