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 Sniper : Script, IScriptChangeCriticalModifier
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public void ChangeCriticalModifier(IExecutingMove move, IPokemon target, byte hit, ref float modifier)
|
||||
public void ChangeCriticalModifier(IExecutingMove move, IBattlePokemon target, byte hit, ref float modifier)
|
||||
{
|
||||
modifier *= 1.5f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user