mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Fix extrinsic Jump-start not exiling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user