Files
wagic/projects/mtg/bin/Res/test/generic/equipment_i252.txt
wagic.the.homebrew@gmail.com 2285821d36 Erwan
-fix issue 252 (equipment goes to graveyard)
2010-01-05 13:48:17 +00:00

44 lines
562 B
Plaintext

#Test:equipment
#see http://code.google.com/p/wagic/issues/detail?id=252
[INIT]
FIRSTMAIN
[PLAYER1]
manapool:{5}{G}
hand:giant spider
inplay:trusty machete
[PLAYER2]
inplay:colossus of sardia
[DO]
giant spider
trusty machete
giant spider
eot
next
#upkeep
next
#draw
next
#main
next
#begin
next
#attackers
colossus of sardia
next
#blockers
giant spider
next
#damage
next
#trample
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:trusty machete
graveyard:giant spider
life:16
[PLAYER2]
inplay:colossus of sardia
[END]