convert Sparkspitter to abMakeToken keyword

This commit is contained in:
jendave
2011-08-06 08:41:56 +00:00
parent 9a6dbacb8f
commit b408b35e7c
3 changed files with 5 additions and 4 deletions

View File

@@ -8717,7 +8717,7 @@ public class CardFactory_Creatures {
}));
}//*************** END ************ END **************************
*/
/*
//*************** START *********** START **************************
else if(cardName.equals("Sparkspitter")) {
@@ -8791,7 +8791,7 @@ public class CardFactory_Creatures {
}
};
c.addComesIntoPlayCommand(intoPlay);
c.setSacrificeAtEOT(true);*/
c.setSacrificeAtEOT(true);
c.addIntrinsicKeyword("At the beginning of the end step, sacrifice CARDNAME.");
play.add(c);
@@ -8825,7 +8825,7 @@ public class CardFactory_Creatures {
}
}));
}//*************** END ************ END **************************
*/
//*************** START *********** START **************************
else if(cardName.equals("Sliversmith")) {