"they've"

This commit is contained in:
schnautzr
2018-05-24 16:01:59 -05:00
parent ac3bec4332
commit ccc2629e47
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.