- fixed Beacon of unrest bug
- Fixed Kraken's eye bug
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-25 02:57:30 +00:00
parent 3c2032a99e
commit 719c218552
10 changed files with 115 additions and 58 deletions

View File

@@ -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

View 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]

View 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]

View 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]