- fix issue 260
- ad test for issue 267
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-01-09 11:09:44 +00:00
parent 869a6b3535
commit 192103b105
7 changed files with 69 additions and 79 deletions

View File

@@ -0,0 +1,30 @@
#Bug: Hope Charm doesn't give first strike to target creature
[INIT]
COMBATATTACKERS
[PLAYER1]
hand:hope charm
inplay:grizzly bears
manapool:{W}
[PLAYER2]
inplay:hypnotic specter
[DO]
#attackers
hope charm
choice 0
grizzly bears
grizzly bears
next
#blockers
hypnotic specter
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:grizzly bears
graveyard:hope charm
[PLAYER2]
graveyard:hypnotic specter
[END]

View File

@@ -1,28 +0,0 @@
#NAME: Shield of the Ages
#DESC: Shield of the Ages was hardcoded and
#DESC: probably depended on damage going on
#DESC: the stack. Since this (correctly) doesn't
#DESC: happen any more, SotA has no effect.
#DESC: However, something else must also be
#DESC: going wrong, since SotA wants me to
#DESC: specify a target. It shouldn't.
[INIT]
firstmain
[PLAYER1]
inplay:Shield of the Ages
hand:Shock
manapool:{R}{R}{R}
[PLAYER2]
[DO]
human
Shield of the Ages
Shock
p1
[ASSERT]
firstmain
[PLAYER1]
inplay:Shield of the Ages
graveyard:Shock
life:19
[PLAYER2]
[END]

View File

@@ -1,51 +0,0 @@
#NAME: Soul Net
#DESC: Soul Net was reported to be unusable
#DESC: in the opponent's turn. Research revealed
#DESC: that it currently isn't usable at all.
#DESC: The script has player 0 sacrifice a Mogg
#DESC: Fanatic to kill a Savannah Lions, and
#DESC: then try to gain 1 Life for each of the
#DESC: two creatures through Soul Net. Then the
#DESC: opponent sacrifices a Thrull, and player 0
#DESC: tries to use Soul Net again.
#DESC: The script may need adapting, I can't be
#DESC: sure how Soul Net is supposed to work, so
#DESC: I had to guess.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=171
[INIT]
secondmain
[PLAYER1]
inplay:Soul Net,Mogg Fanatic,Mountain
manapool:{R}{R}
[PLAYER2]
inplay:Basal Thrull,Savannah Lions
library:Swamp
[DO]
Mogg Fanatic
Savannah Lions
yes
Soul Net
Soul Net
endinterruption
no
eot
next
next
next
Basal Thrull
no
yes
Mountain
Soul Net
endinterruption
[ASSERT]
firstmain
[PLAYER1]
inplay:Soul Net,Mountain
graveyard:Mogg Fanatic
life:23
[PLAYER2]
hand:Swamp
graveyard:Basal Thrull,Savannah Lions
manapool:{B}{B}
[END]