From d4ab251c37cd2111366508a4f108aefcb14d7232 Mon Sep 17 00:00:00 2001 From: Jeff Wadsworth Date: Thu, 23 Sep 2021 09:37:23 -0500 Subject: [PATCH] - removed unnecessary test code from Out of Time --- Mage.Sets/src/mage/cards/o/OutOfTime.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mage.Sets/src/mage/cards/o/OutOfTime.java b/Mage.Sets/src/mage/cards/o/OutOfTime.java index bf8907d190..bc0bd0fca9 100644 --- a/Mage.Sets/src/mage/cards/o/OutOfTime.java +++ b/Mage.Sets/src/mage/cards/o/OutOfTime.java @@ -156,7 +156,6 @@ class OutOfTimeLeavesBattlefieldEffect extends OneShotEffect { creature.phaseIn(game); } } - game.getState().processAction(game); return true; } return false; @@ -191,7 +190,6 @@ class OutOfTimeReplacementEffect extends ContinuousRuleModifyingEffectImpl { @Override public boolean applies(GameEvent event, Ability source, Game game) { - game.getState().processAction(game); Set creatureIds = (Set) game.getState().getValue("phasedOutCreatures" + source.getId().toString()); return source.getSourceObjectZoneChangeCounter() == game.getState().getZoneChangeCounter(source.getSourceId()) // blinked