mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- A change of controller will now remove creatures from combat and reset echo.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user