Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -10,7 +10,7 @@ public class MeFirst : Script, IScriptChangeMove
|
||||
/// <inheritdoc />
|
||||
public void ChangeMove(IMoveChoice choice, ref StringKey moveName)
|
||||
{
|
||||
var battleData = choice.User.BattleData;
|
||||
var battleData = choice.User;
|
||||
if (battleData == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user