-check athat act of treason works correctly
-Fixed emblem of warmind
-removed incorrect cards ("When this enters the battlefield, target..." please see http://wololo.net/forum/viewtopic.php?f=6&t=669
42 lines
518 B
Plaintext
42 lines
518 B
Plaintext
#Bug: Act of Treason doesn't untap
|
|
[INIT]
|
|
COMBATATTACKERS
|
|
[PLAYER1]
|
|
inplay:grizzly bears
|
|
[PLAYER2]
|
|
hand:act of treason
|
|
inplay:mountain,plains,swamp
|
|
[DO]
|
|
grizzly bears
|
|
eot
|
|
next
|
|
#upkeep
|
|
next
|
|
#draw
|
|
next
|
|
#firstmain
|
|
mountain
|
|
plains
|
|
swamp
|
|
act of treason
|
|
grizzly bears
|
|
next
|
|
#begin
|
|
next
|
|
#attackers
|
|
grizzly bears
|
|
next
|
|
#blockers
|
|
next
|
|
#damage
|
|
next
|
|
#end combat
|
|
[ASSERT]
|
|
COMBATEND
|
|
[PLAYER1]
|
|
life:18
|
|
[PLAYER2]
|
|
inplay:mountain,plains,swamp,grizzly bears
|
|
graveyard:act of treason
|
|
life:18
|
|
[END] |