-fixed bugs with lifelink
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-04-05 09:01:31 +00:00
parent d5cf601ec7
commit 34c139a15d
10 changed files with 101 additions and 38 deletions

View File

@@ -8,6 +8,7 @@ generic/hybrid_mana.txt
generic/hybrid_mana_2.txt
generic/hybrid_mana_3.txt
generic/legendary.txt
generic/lifelink.txt
generic/persist.txt
generic/persist2.txt
generic/sacrifice.txt
@@ -89,6 +90,7 @@ siege_gang_commander.txt
shivan_hellkite.txt
shock.txt
spark_elemental.txt
spirit_link.txt
stasis.txt
sword_to_plowshares.txt
terror.txt

View File

@@ -0,0 +1,19 @@
#Testing Lifelink
[INIT]
COMBATATTACKERS
[PLAYER1]
inplay:Rhox War Monk
[PLAYER2]
[DO]
Rhox War Monk
next
next
next
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Rhox War Monk
life:23
[PLAYER2]
life:17
[END]

View File

@@ -0,0 +1,31 @@
#Testing spirit link on grizzly bears
[INIT]
FIRSTMAIN
[PLAYER1]
hand:spirit link
inplay:grizzly bears
manapool:{W}
[PLAYER2]
[DO]
spirit link
grizzly bears
next
#combat begin
next
#attackers
grizzly bears
next
#blockers
next
#combat damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:grizzly bears,spirit link
manapool:{0}
life:22
[PLAYER2]
life:18
[END]