mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Removed another obsolete part of the old Echo system.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user