30 lines
675 B
Plaintext
30 lines
675 B
Plaintext
#NAME: Urza's Lands
|
|
#DESC: Verifies that Urza's lands
|
|
#DESC: give 2 mana if you have all
|
|
#DESC: three in play, and 1 if you
|
|
#DESC: don't.
|
|
#DESC:
|
|
#DESC: NOTE: The cards currently don't work exactly
|
|
#DESC: as they should. They give you a choice that
|
|
#DESC: you shouldn't have. Once this is fixed, the
|
|
#DESC: line "choice 1" needs to be removed from this
|
|
#DESC: script (along with this notice).
|
|
[INIT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Urza's Mine,Urza's Power Plant
|
|
hand:Urza's Tower
|
|
[PLAYER2]
|
|
[DO]
|
|
Urza's Mine
|
|
Urza's Tower
|
|
Urza's Tower
|
|
choice 1
|
|
[ASSERT]
|
|
firstmain
|
|
[PLAYER1]
|
|
inplay:Urza's Mine,Urza's Power Plant,Urza's Tower
|
|
manapool:{3}
|
|
[PLAYER2]
|
|
[END]
|