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,29 @@
|
||||
#Testing Oak Street Innkeeper hexproof during opponent turn
|
||||
[INIT]
|
||||
combatattackers
|
||||
[PLAYER1]
|
||||
inplay:Oak Street Innkeeper
|
||||
[PLAYER2]
|
||||
hand:Lightning Bolt
|
||||
inplay:Mountain
|
||||
life:20
|
||||
[DO]
|
||||
Oak Street Innkeeper
|
||||
eot
|
||||
#next turn opponent
|
||||
Mountain
|
||||
Lightning Bolt
|
||||
Oak Street Innkeeper
|
||||
#since i cant target because of hexproof, i choose p1
|
||||
p1
|
||||
eot
|
||||
[ASSERT]
|
||||
untap
|
||||
[PLAYER1]
|
||||
inplay:Oak Street Innkeeper
|
||||
life:17
|
||||
[PLAYER2]
|
||||
inplay:Mountain
|
||||
graveyard:Lightning Bolt
|
||||
life:19
|
||||
[END]
|
||||
Reference in New Issue
Block a user