Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -9,7 +9,7 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
public class WonderGuard : Script, IScriptBlockIncomingHit
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public void BlockIncomingHit(IExecutingMove executingMove, IPokemon target, byte hitIndex, ref bool block)
|
||||
public void BlockIncomingHit(IExecutingMove executingMove, IBattlePokemon target, byte hitIndex, ref bool block)
|
||||
{
|
||||
var type = executingMove.GetHitData(target, hitIndex).Type;
|
||||
if (type is null || type.Value.Value == 0)
|
||||
|
||||
Reference in New Issue
Block a user