Erwan
- fixed Beacon of unrest bug - Fixed Kraken's eye bug
This commit is contained in:
@@ -39,6 +39,7 @@ ascendant_evincar2.txt
|
||||
ascendant_evincar3.txt
|
||||
ashen_firebeast.txt
|
||||
ashen_firebeast2.txt
|
||||
beacon_of_unrest.txt
|
||||
#befoul.txt
|
||||
blessed_wine.txt
|
||||
#blinking_spirit.txt
|
||||
@@ -100,6 +101,8 @@ jump.txt
|
||||
keldon_warlord.txt
|
||||
keldon_warlord2.txt
|
||||
kird_ape.txt
|
||||
kraken_eye.txt
|
||||
kraken_eye2.txt
|
||||
kudzu.txt
|
||||
kudzu2.txt
|
||||
lhurgoyf.txt
|
||||
|
||||
18
projects/mtg/bin/Res/test/beacon_of_unrest.txt
Normal file
18
projects/mtg/bin/Res/test/beacon_of_unrest.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Bug: Beacon of unrest goes to graveyard
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
hand:beacon of unrest
|
||||
manapool:{3}{B}{B}
|
||||
[PLAYER2]
|
||||
graveyard:shivan dragon
|
||||
[DO]
|
||||
beacon of unrest
|
||||
shivan dragon
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:shivan dragon
|
||||
library:beacon of unrest
|
||||
[PLAYER2]
|
||||
[END]
|
||||
18
projects/mtg/bin/Res/test/kraken_eye.txt
Normal file
18
projects/mtg/bin/Res/test/kraken_eye.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
#Bug:Kraken's eye does nothing
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye
|
||||
hand:air elemental
|
||||
manapool:{3}{U}{U}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
air elemental
|
||||
choice 0
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,air elemental
|
||||
life:21
|
||||
[PLAYER2]
|
||||
[END]
|
||||
36
projects/mtg/bin/Res/test/kraken_eye2.txt
Normal file
36
projects/mtg/bin/Res/test/kraken_eye2.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
#Kraken eye works ok twice in a turn ?
|
||||
[INIT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,island
|
||||
hand:air elemental,unsummon
|
||||
manapool:{3}{U}{U}
|
||||
[PLAYER2]
|
||||
[DO]
|
||||
air elemental
|
||||
choice 0
|
||||
next
|
||||
#begin
|
||||
next
|
||||
#attack
|
||||
next
|
||||
#blockers
|
||||
next
|
||||
#dmage
|
||||
next
|
||||
#end
|
||||
next
|
||||
#secondmain
|
||||
island
|
||||
unsummon
|
||||
air elemental
|
||||
choice 0
|
||||
[ASSERT]
|
||||
SECONDMAIN
|
||||
[PLAYER1]
|
||||
inplay:kraken's eye,island
|
||||
hand:air elemental
|
||||
graveyard:unsummon
|
||||
life:22
|
||||
[PLAYER2]
|
||||
[END]
|
||||
Reference in New Issue
Block a user