- Dragon Whelp bug fix
- Rampage bug fix
- AI can use mana abilities.
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-07-19 04:19:24 +00:00
parent 72e10fab24
commit 9b263eaee1
6 changed files with 130 additions and 78 deletions

View File

@@ -120,6 +120,7 @@ paralysis2.txt
persuasion.txt
plague_rats.txt
protomatter_powder.txt
pygmy_troll.txt
pyroclasm.txt
recover.txt
resurrection.txt

View File

@@ -0,0 +1,49 @@
#Testing bug with Rampage
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:pygmy troll,forest
[PLAYER2]
inplay:grizzly bears,hill giant
[DO]
forest
pygmy troll
next
#combat begins
next
#combat attackers
pygmy troll
next
grizzly bears
next
next
eot
eot
next
#upkeep
next
#draw
next
#firstmain
next
#begins
next
#attackers
pygmy troll
next
#blockers
hill giant
next
#damage
next
#end
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:pygmy troll
inplay:forest
manapool:{0}
[PLAYER2]
graveyard:grizzly bears
inplay:hill giant
[END]