diff --git a/projects/mtg/bin/Res/sets/MOR/_cards.dat b/projects/mtg/bin/Res/sets/MOR/_cards.dat index 5771e9fdf..4bc89dc6b 100644 --- a/projects/mtg/bin/Res/sets/MOR/_cards.dat +++ b/projects/mtg/bin/Res/sets/MOR/_cards.dat @@ -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 diff --git a/projects/mtg/bin/Res/test/_tests.txt b/projects/mtg/bin/Res/test/_tests.txt index 4d5ced4cf..5f4facc82 100644 --- a/projects/mtg/bin/Res/test/_tests.txt +++ b/projects/mtg/bin/Res/test/_tests.txt @@ -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 diff --git a/projects/mtg/bin/Res/test/borderland_behemoth.txt b/projects/mtg/bin/Res/test/borderland_behemoth.txt new file mode 100644 index 000000000..df796cc9d --- /dev/null +++ b/projects/mtg/bin/Res/test/borderland_behemoth.txt @@ -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] \ No newline at end of file