- Fixed Scroll Thief and Stealer of Secrets

This commit is contained in:
swordshine
2013-10-28 03:04:36 +00:00
parent c85f14f27c
commit f5b1ac970b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ Name:Scroll Thief
ManaCost:2 U
Types:Creature Merfolk Rogue
PT:1/3
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may draw a card.
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card.
SVar:TrigDraw:AB$Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/scroll_thief.jpg
Oracle:Whenever Scroll Thief deals combat damage to a player, draw a card.

View File

@@ -2,7 +2,7 @@ Name:Stealer of Secrets
ManaCost:2 U
Types:Creature Human Rogue
PT:2/2
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | OptionalDecider$ You | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, you may draw a card.
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card.
SVar:TrigDraw:AB$ Draw | Cost$ 0 | Defined$ You | NumCards$ 1
SVar:Picture:http://www.wizards.com/global/images/magic/general/stealer_of_secrets.jpg
Oracle:Whenever Stealer of Secrets deals combat damage to a player, draw a card.