- 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
24 lines
431 B
Plaintext
24 lines
431 B
Plaintext
#Bug: harpoon sniper doesn't work correctly
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:grizzly bears
|
|
[PLAYER2]
|
|
inplay:harpoon sniper,coral merfolk,plains
|
|
[DO]
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
plains
|
|
harpoon sniper
|
|
choice 1
|
|
grizzly bears
|
|
next
|
|
#combat end (no combat damage because no attacking creatures)
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
graveyard:grizzly bears
|
|
[PLAYER2]
|
|
inplay:harpoon sniper,coral merfolk,plains
|
|
[END] |