mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
convert Stalking Assassin to AF_Destroy
This commit is contained in:
@@ -8229,7 +8229,7 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription("Goldmeadow Lookout - Put a 1/1 token into play");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if (cardName.equals("Stalking Assassin")) {
|
||||
|
||||
@@ -8347,7 +8347,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
}//canPlayAI
|
||||
};//SpellAbility
|
||||
*/
|
||||
*
|
||||
|
||||
//card.addSpellAbility(tap);
|
||||
//tap.setDescription("3 U, tap: Tap target creature.");
|
||||
@@ -8357,7 +8357,7 @@ public class CardFactory_Creatures {
|
||||
destroy.setBeforePayMana(target);
|
||||
destroy.setBeforePayMana(CardFactoryUtil.input_targetCreature(destroy));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Marrow-Gnawer")) {
|
||||
|
||||
Reference in New Issue
Block a user