Move all battle state from IPokemon to an ephemeral IBattlePokemon wrapper
This commit is contained in:
@@ -9,7 +9,7 @@ public class FutureSight : Script, IScriptStopBeforeMove
|
||||
/// <inheritdoc />
|
||||
public void StopBeforeMove(IExecutingMove move, ref bool prevent)
|
||||
{
|
||||
var battleData = move.User.BattleData;
|
||||
var battleData = move.User;
|
||||
if (battleData == null)
|
||||
return;
|
||||
var battle = battleData.Battle;
|
||||
|
||||
Reference in New Issue
Block a user