Added two tests for Morbid.

This commit is contained in:
solo81@web.de
2011-09-24 13:34:08 +00:00
parent df3b2a7fa6
commit 404137b144
3 changed files with 45 additions and 0 deletions
@@ -0,0 +1,20 @@
#NAME: Hollowhenge Scavenger
#DESC: Morbid - When Hollowhenge Scavenger enters the battlefield, if a creature died this turn, you gain 5 life.
#Test 1: Cast Hollowhenge Scavenger without morbid. You should not gain any life.
[INIT]
firstmain
[PLAYER1]
hand:Hollowhenge Scavenger
manapool:{3}{G}{G}
inplay:
life:20
[PLAYER2]
[DO]
Hollowhenge Scavenger
[ASSERT]
firstmain
[PLAYER1]
inplay:Hollowhenge Scavenger
life:20
[PLAYER2]
[END]