Fix extrinsic Jump-start not exiling

This commit is contained in:
TRT
2023-05-15 17:08:45 +02:00
committed by tool4EvEr
parent e3127b4dd5
commit a54513e53d
4 changed files with 8 additions and 7 deletions

View File

@@ -264,6 +264,7 @@ public class GameAction {
if (zoneTo.is(ZoneType.Stack)) {
// try not to copy changed stats when moving to stack
copied.setChangedCardKeywords(c.getChangedCardKeywords());
// copy exiled properties when adding to stack
// will be cleanup later in MagicStack