mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
convert Sparkspitter to abMakeToken keyword
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user