Re commitied my previous cards in primitives/mtg.txt
I dont know why my previous commit has been removed but its all working. I included tests for the cards in this commit. All test suite passes. please update your FUT/_cards.dat because i change the name of oriss to its original name. -------------------------------------- [card] primitive=Oriss, Samite Guardian id=136210 rarity=R [/card]
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#Testing Nim Devourer upkeep ability, move to play then sacrifice a creature.
|
||||
[INIT]
|
||||
UPKEEP
|
||||
[PLAYER1]
|
||||
graveyard:Nim Devourer
|
||||
inplay:Tundra Wolves
|
||||
manapool:{B}{B}
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[DO]
|
||||
Nim Devourer
|
||||
choice 0
|
||||
Tundra Wolves
|
||||
next
|
||||
next
|
||||
[ASSERT]
|
||||
FIRSTMAIN
|
||||
[PLAYER1]
|
||||
inplay:Nim Devourer
|
||||
graveyard:Tundra Wolves
|
||||
[PLAYER2]
|
||||
life:20
|
||||
[END]
|
||||
Reference in New Issue
Block a user