Erwan
-adding test for error 305 (promise of bunrei). Can't reproduce the issue.
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
/*
|
||||||
########################
|
########################
|
||||||
#Generic engine features
|
#Generic engine features
|
||||||
########################
|
########################
|
||||||
@@ -314,6 +316,7 @@ paralysis2.txt
|
|||||||
persuasion.txt
|
persuasion.txt
|
||||||
plague_rats.txt
|
plague_rats.txt
|
||||||
plumes_of_peace_i260.txt
|
plumes_of_peace_i260.txt
|
||||||
|
promise_of_bunrei_i305.txt
|
||||||
prosperity.txt
|
prosperity.txt
|
||||||
protomatter_powder.txt
|
protomatter_powder.txt
|
||||||
prowess_of_the_fair.txt
|
prowess_of_the_fair.txt
|
||||||
|
|||||||
@@ -0,0 +1,20 @@
|
|||||||
|
#Bug: Promise of Bunrei doesn't work
|
||||||
|
# see http://code.google.com/p/wagic/issues/detail?id=305
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
hand:terror
|
||||||
|
manapool:{1}{B}
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:grizzly bears,promise of bunrei
|
||||||
|
[DO]
|
||||||
|
terror
|
||||||
|
grizzly bears
|
||||||
|
[ASSERT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
graveyard:terror
|
||||||
|
[PLAYER2]
|
||||||
|
graveyard:grizzly bears,promise of bunrei
|
||||||
|
inplay:*,*,*,*
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user