mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
added inCombat check to controllerChangeZoneCorrection
This commit is contained in:
@@ -439,7 +439,8 @@ public class GameAction {
|
||||
if (c.hasStartOfKeyword("Echo")) {
|
||||
c.addExtrinsicKeyword("(Echo unpaid)");
|
||||
}
|
||||
game.getCombat().removeFromCombat(c);
|
||||
if ( game.getPhaseHandler().inCombat() )
|
||||
game.getCombat().removeFromCombat(c);
|
||||
|
||||
c.setTurnInZone(tiz);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user