25 lines
564 B
Plaintext
25 lines
564 B
Plaintext
#NAME: Urza's Lands 2
|
|
#DESC: Verifies that Urza's lands *keep*
|
|
#DESC: giving more mana if you have all
|
|
#DESC: three in play (a bug caused them
|
|
#DESC: to do this only once).
|
|
[INIT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Urza's Mine,Urza's Power Plant,Urza's Tower,Deserted Temple
|
|
[PLAYER2]
|
|
[DO]
|
|
Urza's Tower
|
|
Deserted Temple
|
|
choice 1
|
|
Urza's Tower
|
|
Urza's Tower
|
|
[ASSERT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Urza's Mine,Urza's Power Plant,Urza's Tower,Deserted Temple
|
|
#changed to {c} since all colorless produced are now {c}
|
|
manapool:{c}{c}{c}{c}{c}
|
|
[PLAYER2]
|
|
[END]
|