diff --git a/forge-gui/res/cardsfolder/c/cerebral_vortex.txt b/forge-gui/res/cardsfolder/c/cerebral_vortex.txt index d2caf0353f4..c213b47e8a4 100644 --- a/forge-gui/res/cardsfolder/c/cerebral_vortex.txt +++ b/forge-gui/res/cardsfolder/c/cerebral_vortex.txt @@ -1,9 +1,9 @@ Name:Cerebral Vortex ManaCost:1 U R Types:Instant -A:SP$ Draw | Cost$ 1 U R | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Choose a player | SubAbility$ DBDamage | SpellDescription$ Target player draws two cards, then CARDNAME deals damage to that player equal to the number of cards he or she has drawn this turn. +A:SP$ Draw | Cost$ 1 U R | NumCards$ 2 | ValidTgts$ Player | TgtPrompt$ Choose a player | SubAbility$ DBDamage | SpellDescription$ Target player draws two cards, then CARDNAME deals damage to that player equal to the number of cards they've drawn this turn. SVar:DBDamage:DB$DealDamage | Defined$ Targeted | NumDmg$ X | References$ X SVar:X:TargetedPlayer$CardsDrawn SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/cerebral_vortex.jpg -Oracle:Target player draws two cards, then Cerebral Vortex deals damage to that player equal to the number of cards he or she has drawn this turn. +Oracle:Target player draws two cards, then Cerebral Vortex deals damage to that player equal to the number of cards they've drawn this turn. diff --git a/forge-gui/res/cardsfolder/s/skullcage.txt b/forge-gui/res/cardsfolder/s/skullcage.txt index 45ddcdc6853..022d4a284c0 100644 --- a/forge-gui/res/cardsfolder/s/skullcage.txt +++ b/forge-gui/res/cardsfolder/s/skullcage.txt @@ -1,9 +1,9 @@ Name:Skullcage ManaCost:4 Types:Artifact -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, CARDNAME deals 2 damage to that player unless he or she has exactly three or exactly four cards in hand. +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Execute$ TrigDamage | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of each opponent's upkeep, CARDNAME deals 2 damage to that player unless they've exactly three or exactly four cards in hand. SVar:TrigDamage:DB$ DealDamage | NumDmg$ 2 | Defined$ TriggeredPlayer | ConditionCheckSVar$ X | ConditionSVarCompare$ LT3 | SubAbility$ DBDamage | References$ X SVar:DBDamage:DB$ DealDamage | NumDmg$ 2 | Defined$ TriggeredPlayer | ConditionCheckSVar$ X | ConditionSVarCompare$ GT4 | References$ X SVar:X:TriggeredPlayer$CardsInHand SVar:Picture:http://www.wizards.com/global/images/magic/general/skullcage.jpg -Oracle:At the beginning of each opponent's upkeep, Skullcage deals 2 damage to that player unless he or she has exactly three or exactly four cards in hand. +Oracle:At the beginning of each opponent's upkeep, Skullcage deals 2 damage to that player unless they've exactly three or exactly four cards in hand.