21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
#Bug: Cancelling a "may" ability prevents from playing
|
|
# see http://code.google.com/p/wagic/issues/detail?id=275
|
|
[INIT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
life:20
|
|
hand:sacred foundry,grizzly bears
|
|
manapool:{1}{G}
|
|
[PLAYER2]
|
|
[DO]
|
|
sacred foundry
|
|
choice 1
|
|
grizzly bears
|
|
[ASSERT]
|
|
FIRSTMAIN
|
|
[PLAYER1]
|
|
#added life check. it seems the ai doesn't select the 2nd choice. tested on windows.
|
|
life:18
|
|
inplay:sacred foundry,grizzly bears
|
|
[PLAYER2]
|
|
[END] |