mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
GameAction: register LTB for all cards on LastStateBattlefield
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user