Psyringe - Fixed Urza's Tower and its associated test. Thanks to TheDark for the bug report.

This commit is contained in:
Psyyringe
2009-12-26 18:55:01 +00:00
parent f57aacd020
commit dd2c815780
2 changed files with 10 additions and 10 deletions

View File

@@ -434,39 +434,39 @@ auto={T}:add {1} && aslongas(Urza's Mine|myinplay)aslongas(Urza's Tower|myinplay
subtype=Urza's Power Plant subtype=Urza's Power Plant
[/card] [/card]
[card] [card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. 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.
id=1088 id=1088
name=Urza's Tower name=Urza's Tower
rarity=U rarity=U
type=Land type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2}
subtype=Urza's Tower subtype=Urza's Tower
[/card] [/card]
[card] [card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. 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.
id=1089 id=1089
name=Urza's Tower name=Urza's Tower
rarity=U rarity=U
type=Land type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2}
subtype=Urza's Tower subtype=Urza's Tower
[/card] [/card]
[card] [card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. 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.
id=1090 id=1090
name=Urza's Tower name=Urza's Tower
rarity=C rarity=C
type=Land type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2}
subtype=Urza's Tower subtype=Urza's Tower
[/card] [/card]
[card] [card]
text={T} Add {1} to your mana pool. If you control an Urza's Mine and an Urza's Power-Plant, add to your mana pool instead. 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.
id=1091 id=1091
name=Urza's Tower name=Urza's Tower
rarity=U rarity=U
type=Land type=Land
auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{1} auto={T}:add {1} && aslongas(Urza's Power Plant|myinplay)aslongas(Urza's Mine|myinplay):add{2}
subtype=Urza's Tower subtype=Urza's Tower
[/card] [/card]
[card] [card]

View File

@@ -1,6 +1,6 @@
#NAME: Urza's Lands #NAME: Urza's Lands
#DESC: Verifies that Urza's lands #DESC: Verifies that Urza's lands
#DESC: give 2 mana if you have all #DESC: give more mana if you have all
#DESC: three in play, and 1 if you #DESC: three in play, and 1 if you
#DESC: don't. #DESC: don't.
[INIT] [INIT]
@@ -17,6 +17,6 @@ Urza's Tower
firstmain firstmain
[PLAYER1] [PLAYER1]
inplay:Urza's Mine,Urza's Power Plant,Urza's Tower inplay:Urza's Mine,Urza's Power Plant,Urza's Tower
manapool:{3} manapool:{4}
[PLAYER2] [PLAYER2]
[END] [END]