fix Soul Separator by adding setToken, fixes #884

master
melvinzhang 2016-09-24 09:48:04 +08:00
parent 4313b57b55
commit 4709ddb71c
3 changed files with 3 additions and 14 deletions

View File

@ -38,10 +38,11 @@
card.getCardDefinition(),
{
it.setPowerToughness(1,1);
it.addSubType(MagicSubType.Spirit);
it.addAbility(MagicAbility.Flying);
it.setToken();
}
),
MagicPlayMod.SPIRIT
)
));
game.doAction(new PlayTokenAction(
event.getPlayer(),

View File

@ -5,7 +5,6 @@ value=2.500
rarity=R
type=Artifact
cost={3}
ability={5}, {T}, Sacrifice SN: Exile target creature card from your graveyard. Put a token onto the battlefield that's a copy of that card except it's 1/1, it's a Spirit in addition to its other types, and it has flying. Put a black Zombie creature token onto the battlefield with power equal to that card's power and toughness equal to that card's toughness.
timing=artifact
oracle={5}, {T}, Sacrifice Soul Separator: Exile target creature card from your graveyard. Put a token onto the battlefield that's a copy of that card except it's 1/1, it's a Spirit in addition to its other types, and it has flying. Put a black Zombie creature token onto the battlefield with power equal to that card's power and toughness equal to that card's toughness.
requires_groovy_code

View File

@ -1,11 +0,0 @@
name=Soul Separator
image=http://magiccards.info/scans/en/emn/199.jpg
image_updated=2016-09-05
value=2.500
rarity=R
type=Artifact
cost={3}
ability={5}, {T}, Sacrifice SN: Exile target creature card from your graveyard. Put a token onto the battlefield that's a copy of that card except it's 1/1, it's a Spirit in addition to its other types, and it has flying. Put a black Zombie creature token onto the battlefield with power equal to that card's power and toughness equal to that card's toughness.
timing=artifact
oracle={5}, {T}, Sacrifice Soul Separator: Exile target creature card from your graveyard. Put a token onto the battlefield that's a copy of that card except it's 1/1, it's a Spirit in addition to its other types, and it has flying. Put a black Zombie creature token onto the battlefield with power equal to that card's power and toughness equal to that card's toughness.
status=needs groovy