Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -9,7 +9,7 @@ public class BrickBreak : Script, IScriptOnBeforeMove
|
||||
public void OnBeforeMove(IExecutingMove move)
|
||||
{
|
||||
var targets = move.Targets.WhereNotNull();
|
||||
var sides = targets.Select(x => x.BattleData!.BattleSide).Distinct();
|
||||
var sides = targets.Select(x => x.BattleSide).Distinct();
|
||||
foreach (var side in sides)
|
||||
{
|
||||
side.VolatileScripts.Remove(ScriptUtils.ResolveName<ReflectEffect>());
|
||||
|
||||
Reference in New Issue
Block a user