This commit is contained in:
Anthony Calosa
2016-06-09 20:06:50 +08:00
2 changed files with 53 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ civic_wayfinder.txt
clone.txt
clone2.txt
clone3.txt
clone4.txt
cockatrice.txt
cockatrice_i228.txt
colossus_of_sardia1.txt

View File

@@ -0,0 +1,52 @@
#Testing Clone with Thistledown Liege Fix issue #448
#we have p/t layers
[INIT]
FIRSTMAIN
[PLAYER1]
hand:129501
inplay:Thistledown Liege
manapool:{3}{U}
[PLAYER2]
life:20
[DO]
129501
choice 0
Thistledown Liege
next
#begin
next
#attackers
Thistledown Liege
129501
next
#blockers
next
#damage
next
eot
eot
#untap
next
#upkeep
next
#draw
next
#main1
next
#combat begin
next
#attackers
129501
next
#blockers
next
#damage
next
#combat end
[ASSERT]
COMBATEND
[PLAYER1]
inplay:Thistledown Liege, 129501
[PLAYER2]
life:14
[END]