Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -14,7 +14,7 @@ public class SleepTalk : Script, IScriptChangeMove
|
||||
choice.Fail();
|
||||
return;
|
||||
}
|
||||
var battleData = choice.User.BattleData;
|
||||
var battleData = choice.User;
|
||||
if (battleData == null)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user