-fix issue 287 (urza's mine)
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-08 15:07:56 +00:00
parent 83c054e5b8
commit dabd93b5d7
6 changed files with 56 additions and 78 deletions

View File

@@ -16,4 +16,24 @@ mana={1}{B}{B}
power=1
subtype=Human Assassin
toughness=1
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Power-Plant and an Urza's Tower, add {2} to your mana pool instead.
name=Urza's Mine
type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Tower|myinplay) add{1}
subtype=Urza's Mine
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Tower, add {2} to your mana pool instead.
name=Urza's Power Plant
type=Land
auto={T}:add {1} && aslongas(Urza's Mine|myinplay)aslongas(Urza's Tower|myinplay) add{1}
subtype=Urza's Power-Plant
[/card]
[card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add {3} to your mana pool instead.
name=Urza's Tower
type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay) add{2}
[/card]