mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
convert Deserted Temple, Earthcraft and Filigree Sages to abUntapTgt keyword.
This commit is contained in:
@@ -17888,12 +17888,12 @@ public class CardFactory_Creatures {
|
||||
card.addComesIntoPlayCommand(comesIntoPlay);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Filigree Sages")) {
|
||||
/*
|
||||
* 2U: Untap target artifact.
|
||||
*/
|
||||
*
|
||||
final SpellAbility ability = new Ability(card, "2 U") {
|
||||
@Override
|
||||
public boolean canPlayAI() {
|
||||
@@ -17930,6 +17930,7 @@ public class CardFactory_Creatures {
|
||||
ability.setStackDescription(cardName + " - Untap Target Artifact");
|
||||
ability.setBeforePayMana(CardFactoryUtil.input_targetType(ability, "Artifact"));
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user