- 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
43 lines
468 B
Plaintext
43 lines
468 B
Plaintext
#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] |