- Fix rarity of Lethargy Trap.

This commit is contained in:
jendave
2011-08-06 16:30:09 +00:00
parent 87cc6fc810
commit 90aa3debf0

View File

@@ -4,6 +4,6 @@ Types:Instant Trap
Text:no text
A:SP$PumpAll | Cost$ 3 U | ValidCards$ Creature.attacking | NumAtt$ -3 | IsPresent$ Creature.attacking | PresentCompare$ LE2 | SpellDescription$ If three or more creatures are attacking, you may pay U rather than pay CARDNAME mana cost.
A:SP$PumpAll | Cost$ U | ValidCards$ Creature.attacking | NumAtt$ -3 | IsPresent$ Creature.attacking | PresentCompare$ GE3 | SpellDescription$ Attacking creatures get -3/-0 until end of turn.
SVar:Rarity:Rare
SVar:Rarity:Common
SVar:Picture:http://www.wizards.com/global/images/magic/general/lethargy_trap.jpg
End