Erwan
- fixed a bug (crash if a card that had an ability until end of turn would be put into the graveyard before the end of the turn) - Added a new game Mode : Random 1 or 2 color.
This commit is contained in:
@@ -91,6 +91,7 @@ hannas_custody.txt
|
||||
howl_of_the_night_pack.txt
|
||||
hymn_of_rebirth.txt
|
||||
icatian_priest.txt
|
||||
jump.txt
|
||||
keldon_warlord.txt
|
||||
keldon_warlord2.txt
|
||||
kird_ape.txt
|
||||
|
||||
22
projects/mtg/bin/Res/test/jump.txt
Normal file
22
projects/mtg/bin/Res/test/jump.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
#Bug: Ability until end of turn + creature killed = crash ?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:jump,terror
|
||||
inplay:grizzly bears
|
||||
manapool:{B}{U}{1}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
jump
|
||||
grizzly bears
|
||||
terror
|
||||
grizzly bears
|
||||
eot
|
||||
next
|
||||
[ASSERT]
|
||||
UPKEEP
|
||||
[PLAYER1]
|
||||
graveyard:jump,terror,grizzly bears
|
||||
manapool:{0}
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user