- Removed another obsolete part of the old Echo system.

This commit is contained in:
Sloth
2015-09-26 12:34:26 +00:00
parent 3d38a21349
commit 9947ff1b09

View File

@@ -471,9 +471,6 @@ public class GameAction {
oldBattlefield.remove(c);
newBattlefield.add(c);
c.setSickness(true);
if (c.hasStartOfKeyword("Echo")) {
c.addExtrinsicKeyword("(Echo unpaid)");
}
if (game.getPhaseHandler().inCombat()) {
game.getCombat().removeFromCombat(c);
}