- A change of controller will now remove creatures from combat and reset echo.

This commit is contained in:
Sloth
2011-11-29 12:06:38 +00:00
parent 920bda51ea
commit 35b1c64d41

View File

@@ -321,6 +321,10 @@ public class GameAction {
oldBattlefield.remove(c);
newBattlefield.add(c);
c.setSickness(true);
if (c.hasStartOfKeyword("Echo")) {
c.addIntrinsicKeyword("(Echo unpaid)");
}
AllZone.getCombat().removeFromCombat(c);
c.setTurnInZone(tiz);