mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
-Updated Captain Sisay and Mistform Ultimus to not use the creature type legend.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Name:Mistform Ultimus
|
Name:Mistform Ultimus
|
||||||
ManaCost:3 U
|
ManaCost:3 U
|
||||||
Types:Creature Illusion Legend
|
Types:Legendary Creature Illusion
|
||||||
Text:no text
|
Text:no text
|
||||||
PT:3/3
|
PT:3/3
|
||||||
K:Changeling
|
K:Changeling
|
||||||
|
|||||||
@@ -10227,7 +10227,7 @@ public class CardFactory_Creatures {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(legends.size() != 0) {
|
if(legends.size() != 0) {
|
||||||
Object check = AllZone.Display.getChoiceOptional("Select Legend", legends.toArray());
|
Object check = AllZone.Display.getChoiceOptional("Select a legendary card", legends.toArray());
|
||||||
if(check != null) {
|
if(check != null) {
|
||||||
PlayerZone hand = AllZone.getZone(Constant.Zone.Hand, card.getController());
|
PlayerZone hand = AllZone.getZone(Constant.Zone.Hand, card.getController());
|
||||||
AllZone.GameAction.moveTo(hand, (Card) check);
|
AllZone.GameAction.moveTo(hand, (Card) check);
|
||||||
@@ -10263,9 +10263,9 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
};//SpellAbility
|
};//SpellAbility
|
||||||
//card.addSpellAbility(ability);
|
//card.addSpellAbility(ability);
|
||||||
ability.setDescription("tap: Search your library for a Legend or legendary card, reveal that card, and put it into your hand. Then shuffle your library.");
|
ability.setDescription("tap: Search your library for a legendary card, reveal that card, and put it into your hand. Then shuffle your library.");
|
||||||
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
ability.setBeforePayMana(new Input_NoCost_TapAbility(ability));
|
||||||
ability.setStackDescription("Captain Sisay searches for a Legend or Legendary card...");
|
ability.setStackDescription("Captain Sisay searches for a legendary card...");
|
||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
@@ -19412,7 +19412,7 @@ public class CardFactory_Creatures {
|
|||||||
card.addSpellAbility(ability);
|
card.addSpellAbility(ability);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
|
||||||
|
/*
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Altar Golem"))
|
else if(cardName.equals("Altar Golem"))
|
||||||
{
|
{
|
||||||
@@ -19434,7 +19434,7 @@ public class CardFactory_Creatures {
|
|||||||
|
|
||||||
card.addSpellAbility(untap);
|
card.addSpellAbility(untap);
|
||||||
}//*************** END ************ END **************************
|
}//*************** END ************ END **************************
|
||||||
|
*/
|
||||||
|
|
||||||
//*************** START *********** START **************************
|
//*************** START *********** START **************************
|
||||||
else if(cardName.equals("Cerulean Sphinx")) {
|
else if(cardName.equals("Cerulean Sphinx")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user