- InGame Text display is now an option 
- Fixed *Duos in SHM, benalish knight, beeligerent hatchling, removed demigod of revenge (needs extensive testing)
- added "ueot" for p/t and abilities gaining in the parser, as part as the fix for safehold duo
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-14 13:17:58 +00:00
parent c757a791c2
commit 02d6e5e8f7
12 changed files with 142 additions and 27 deletions
@@ -0,0 +1,43 @@
#Bug:Safehold duo keeps its bonus at end of turn
[INIT]
FIRSTMAIN
[PLAYER1]
inplay:safehold duo
manapool:{g}
hand:wall of wood
[PLAYER2]
[DO]
wall of wood
next
#begin
next
#attackers
safehold duo
next
#blockers
eot
eot
next
#upkeep
next
#draw
next
#main
next
#beigin
next
#attackers
safehold duo
next
#blockers
next
#damage
next
#end combat
[ASSERT]
COMBATEND
[PLAYER1]
inplay:safehold duo,wall of wood
[PLAYER2]
life:15
[END]