Erwan
- fix issue 168 (kudzu) - Fix issue 162 (copy VS shroud). This fix introduces a new keyword: NotATarget() instead of Target(). (Which was the best way for me to keep some kind of backward compatibility/ not alter the code too much / fix the bug)
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
#NAME: Double-Kudzu crash test
|
||||
#DESC: Bug: Game crashes if a land with
|
||||
#DESC: two Kudzus in it is tapped.
|
||||
#DESC: See: http://code.google.com/p/wagic/issues/detail?id=168
|
||||
[INIT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:Swamp
|
||||
hand:Kudzu,Kudzu
|
||||
manapool:{G}{G}{G}{G}{G}{G}
|
||||
[PLAYER2]
|
||||
inplay:Mountain
|
||||
[DO]
|
||||
Kudzu
|
||||
Swamp
|
||||
Kudzu
|
||||
Swamp
|
||||
Swamp
|
||||
Mountain
|
||||
Mountain
|
||||
[ASSERT]
|
||||
firstmain
|
||||
[PLAYER1]
|
||||
inplay:
|
||||
graveyard:Swamp
|
||||
manapool:
|
||||
[PLAYER2]
|
||||
inplay:Mountain,Kudzu,Kudzu
|
||||
[END]
|
||||
Reference in New Issue
Block a user