-fix issue 187 (Double Strike + First Strike)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-11-15 10:23:37 +00:00
parent f6a75a0e43
commit d85b1d66de
6 changed files with 28 additions and 6 deletions

View File

@@ -1,26 +0,0 @@
#NAME: First Strike on Double Strike
#DESC: Hearthfire Hobgoblin should keep his
#DESC: Double Strike after Bloodmark Mentor
#DESC: (which gives First Strike) has been
#DESC: summoned.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=187
[INIT]
firstmain
[PLAYER1]
inplay:Hearthfire Hobgoblin
hand:Bloodmark Mentor
manapool:{R}{R}
[PLAYER2]
[DO]
Bloodmark Mentor
next
next
Hearthfire Hobgoblin
eot
[ASSERT]
untap
[PLAYER1]
inplay:Hearthfire Hobgoblin,Bloodmark Mentor
[PLAYER2]
life:16
[END]

View File

@@ -1,25 +0,0 @@
#NAME: Double Strike on First Strike
#DESC: White Knight (which has First Strike) should
#DESC: gain Double Strike after Kinsbaile Cavalier
#DESC: has been summoned.
#DESC: See http://code.google.com/p/wagic/issues/detail?id=187
[INIT]
firstmain
[PLAYER1]
inplay:White Knight
hand:Kinsbaile Cavalier
manapool:{W}{W}{W}{W}
[PLAYER2]
[DO]
Kinsbaile Cavalier
next
next
White Knight
eot
[ASSERT]
untap
[PLAYER1]
inplay:White Knight,Kinsbaile Cavalier
[PLAYER2]
life:16
[END]