Files
wagic/projects/mtg/bin/Res/test/goblin_balloon_brigade2.txt
wagic.the.homebrew@gmail.com 7ce2c563e1 Erwan
- Fixed empty ActionStack "interrupt" messages
- If no attackers are declared, go straight to Combat end phase
- Once First strike damage is declared, attacking player needs to "actively" request a next phase event to go to the next damage step
- Second Damage step is called "Combat Damage (2)"
- UserRequestNextPhase is to be used knowing that it might not succeed
- Step change for GuiCombat is now computed at GameObserver::nextGamePhase

Note: Combat damage to creatures is not assigned when AI attacks. As this seems to be a problem with the previous SVN version, I4m still committing this change
2009-09-13 12:42:18 +00:00

39 lines
424 B
Plaintext

#Testing That Goblin Balloon brigade doesn't have flight by default after one turn
[INIT]
CLEANUP
[PLAYER1]
inplay:1295
[PLAYER2]
life:20
inplay:1302
[DO]
next
eot
#untap
next
#upkeep
next
#draw
next
#firstmain
next
#combatbegin
next
#combatattackers
1295
next
#blockers
1302
next
#damage
next
#end
1302
[ASSERT]
COMBATEND
[PLAYER1]
graveyard:1295
[PLAYER2]
graveyard:1302
life:20
[END]