GameAction: register LTB for all cards on LastStateBattlefield

This commit is contained in:
Hans Mackowiak
2022-02-24 07:39:14 +01:00
parent e53966f361
commit 8283720e4a
35 changed files with 305 additions and 195 deletions

View File

@@ -1250,7 +1250,7 @@ public abstract class GameState {
}
if (cardsWithoutETBTrigs.contains(c)) {
p.getGame().getAction().moveTo(ZoneType.Battlefield, c, null);
p.getGame().getAction().moveTo(ZoneType.Battlefield, c, null, null);
} else {
p.getZone(ZoneType.Hand).add(c);
p.getGame().getAction().moveToPlay(c, null, null);