Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -4,9 +4,9 @@ namespace PkmnLib.Plugin.Gen7.Scripts.Pokemon;
|
||||
public class PerishSongEffect : Script, IScriptOnEndTurn
|
||||
{
|
||||
internal int Turns { get; private set; }
|
||||
private IPokemon _owner;
|
||||
private IBattlePokemon _owner;
|
||||
|
||||
public PerishSongEffect(IPokemon owner, int turns = 3)
|
||||
public PerishSongEffect(IBattlePokemon owner, int turns = 3)
|
||||
{
|
||||
_owner = owner;
|
||||
Turns = turns;
|
||||
|
||||
Reference in New Issue
Block a user