Erwan
-Fix alluring Siren (issue 177)
This commit is contained in:
@@ -43,7 +43,7 @@ subtype=Siren
|
|||||||
power=1
|
power=1
|
||||||
toughness=1
|
toughness=1
|
||||||
text={T}: Target creature an opponent controls attacks you this turn if able.
|
text={T}: Target creature an opponent controls attacks you this turn if able.
|
||||||
auto={T}:target(creature|opponentinplay) mustattack
|
auto={T}:mustattack target(creature|opponentinplay)
|
||||||
rarity=U
|
rarity=U
|
||||||
[/card]
|
[/card]
|
||||||
[card]
|
[card]
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ generic/wither.txt
|
|||||||
act_of_treason.txt
|
act_of_treason.txt
|
||||||
afflict.txt
|
afflict.txt
|
||||||
akron_legionnaire.txt
|
akron_legionnaire.txt
|
||||||
|
alluring_siren.txt
|
||||||
Amugaba.txt
|
Amugaba.txt
|
||||||
anarchy.txt
|
anarchy.txt
|
||||||
ancestors_chosen.txt
|
ancestors_chosen.txt
|
||||||
|
|||||||
@@ -0,0 +1,23 @@
|
|||||||
|
#Bug: Alluring Siren's ability doesn't work
|
||||||
|
# http://code.google.com/p/wagic/issues/detail?id=177
|
||||||
|
[INIT]
|
||||||
|
FIRSTMAIN
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:grizzly bears
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:alluring siren
|
||||||
|
[DO]
|
||||||
|
next
|
||||||
|
yes
|
||||||
|
alluring siren
|
||||||
|
grizzly bears
|
||||||
|
endinterruption
|
||||||
|
eot
|
||||||
|
[ASSERT]
|
||||||
|
UNTAP
|
||||||
|
[PLAYER1]
|
||||||
|
inplay:grizzly bears
|
||||||
|
[PLAYER2]
|
||||||
|
inplay:alluring siren
|
||||||
|
life:18
|
||||||
|
[END]
|
||||||
Reference in New Issue
Block a user