mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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);
|
oldBattlefield.remove(c);
|
||||||
newBattlefield.add(c);
|
newBattlefield.add(c);
|
||||||
c.setSickness(true);
|
c.setSickness(true);
|
||||||
if (c.hasStartOfKeyword("Echo")) {
|
|
||||||
c.addExtrinsicKeyword("(Echo unpaid)");
|
|
||||||
}
|
|
||||||
if (game.getPhaseHandler().inCombat()) {
|
if (game.getPhaseHandler().inCombat()) {
|
||||||
game.getCombat().removeFromCombat(c);
|
game.getCombat().removeFromCombat(c);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user