diff --git a/forge-game/src/main/java/forge/game/GameAction.java b/forge-game/src/main/java/forge/game/GameAction.java index 9e54cc48c58..99f2af55137 100644 --- a/forge-game/src/main/java/forge/game/GameAction.java +++ b/forge-game/src/main/java/forge/game/GameAction.java @@ -275,6 +275,7 @@ public class GameAction { copied.setChangedCardTypesCharacterDefining(c.getChangedCardTypesCharacterDefiningTable()); copied.setChangedCardNames(c.getChangedCardNames()); copied.setChangedCardTraits(c.getChangedCardTraits()); + copied.setDrawnThisTurn(c.getDrawnThisTurn()); copied.copyChangedTextFrom(c); copied.setTimestamp(c.getTimestamp()); diff --git a/forge-gui/res/cardsfolder/upcoming/captain_eberhart.txt b/forge-gui/res/cardsfolder/upcoming/captain_eberhart.txt new file mode 100644 index 00000000000..fbe63216608 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/captain_eberhart.txt @@ -0,0 +1,8 @@ +Name:Captain Eberhart +ManaCost:1 W +Types:Legendary Creature Human Soldier +PT:1/1 +K:Double strike +S:Mode$ ReduceCost | ValidCard$ Card.YouOwn+DrawnThisTurn | Type$ Spell | Amount$ 1 | Description$ Spells cast from among cards you drew this turn cost {1} less to cast. +S:Mode$ RaiseCost | ValidCard$ Card.OppOwn+DrawnThisTurn | Type$ Spell | Amount$ 1 | Description$ Spells cast from among cards your opponents drew this turn cost {1} more to cast. +Oracle:Double strike\nSpells cast from among cards you drew this turn cost {1} less to cast.\nSpells cast from among cards your opponents drew this turn cost {1} more to cast.