"he or she draws a card and reveals it" -> "they draw a card and reveal it"

This commit is contained in:
schnautzr
2018-05-24 14:59:14 -05:00
parent 712a907f34
commit 93b5eb0b1e

View File

@@ -1,10 +1,10 @@
Name:Breathstealer's Crypt
ManaCost:2 U B
Types:Enchantment
R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ Player | ReplaceWith$ RevealedDraw | Description$ If a player would draw a card, instead he or she draws a card and reveals it. If it's a creature card, that player discards it unless they pay 3 life.
R:Event$ Draw | ActiveZones$ Battlefield | ValidPlayer$ Player | ReplaceWith$ RevealedDraw | Description$ If a player would draw a card, instead they draw a card and reveal it. If it's a creature card, that player discards it unless they pay 3 life.
SVar:RevealedDraw:DB$ Draw | Defined$ ReplacedPlayer | NumCards$ 1 | SubAbility$ TrigReveal | RememberDrawn$ True
SVar:TrigReveal:DB$ Reveal | Defined$ ReplacedPlayer | RevealDefined$ Remembered | SubAbility$ DBDiscard
SVar:DBDiscard:DB$ Discard | Defined$ ReplacedPlayer | Mode$ Defined | DefinedCards$ Remembered | ConditionDefined$ Remembered | ConditionPresent$ Creature | ConditionCompare$ GE1 | UnlessPayer$ ReplacedPlayer | UnlessCost$ PayLife<3> | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/breathstealers_crypt.jpg
Oracle:If a player would draw a card, instead he or she draws a card and reveals it. If it's a creature card, that player discards it unless they pay 3 life.
Oracle:If a player would draw a card, instead they draw a card and reveal it. If it's a creature card, that player discards it unless they pay 3 life.