- Added remove/add counters as a cost, patch by Salmelo, thanks man!. See primitives/mtg.txt -> Thallid to see how it works
- added test for i286 by salmelo
- added basic display for counters (this needs improvement) by salmelo
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-03-22 04:26:42 +00:00
parent 99db31fe9d
commit 22a35d2265
15 changed files with 334 additions and 20 deletions

View File

@@ -0,0 +1,41 @@
#Checking savage hunger Cycle only bug
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:Craw Wurm
[PLAYER2]
hand:Fog
inplay:Forest,Spore Frog
[DO]
next
#startcombat
next
#declare attackers
Craw Wurm
next
#declare blockers
Spore Frog
choice 1
eot
eot
next
next
next
#First Main
next
next
Craw Wurm
next
next
next
next
[ASSERT]
SECONDMAIN
[PLAYER1]
inplay:Craw Wurm
[PLAYER2]
hand:Fog
inplay:Forest
graveyard:Spore Frog
life:14
[END]