-fix issue 116 (Borderland behemoth)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-22 13:15:46 +00:00
parent 2c1a44ed43
commit 5ef7a5978f
3 changed files with 24 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ toughness=2
text=Trample Borderland Behemoth gets +4/+4 for each other Giant you control.
id=153102
name=Borderland Behemoth
auto=foreach(giant|myBattlefield):4/4 other
auto=foreach(giant|myBattlefield) 4/4 other
rarity=R
mana={5}{R}{R}
type=Creature

View File

@@ -63,6 +63,7 @@ blessed_wine.txt
bloodfire_colossus.txt
bloodhall_ooze.txt
body_double.txt
borderland_behemoth.txt
bottle_gnomes.txt
bottle_gnomes2.txt
boggart_arsonists.txt

View File

@@ -0,0 +1,22 @@
#Bug: Borderland Behemoth
# http://code.google.com/p/wagic/issues/detail?id=116
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:borderland behemoth,axegrinder giant
[PLAYER2]
[DO]
borderland behemoth
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:borderland behemoth,axegrinder giant
[PLAYER2]
life:12
[END]