mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Removed the hardcoded entry of Ixidron and fixed the script.
This commit is contained in:
@@ -2698,7 +2698,7 @@ public class CardFactoryCreatures {
|
||||
} // *************** END ************ END **************************
|
||||
|
||||
// *************** START *********** START **************************
|
||||
else if (cardName.equals("Ixidron")) {
|
||||
/*else if (cardName.equals("Ixidron")) {
|
||||
final Trigger tfdTrigger = forge.card.trigger.TriggerHandler
|
||||
.parseTrigger(
|
||||
"Mode$ ChangesZone | Destination$ Battlefield | ValidCard$ Card.Self | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, turn all other nontoken creatures face down. (They're 2/2 creatures.)",
|
||||
@@ -2725,7 +2725,7 @@ public class CardFactoryCreatures {
|
||||
tfdTrigger.setOverridingAbility(triggeredAbility);
|
||||
|
||||
card.addTrigger(tfdTrigger);
|
||||
} // *************** END ************ END **************************
|
||||
}*/ // *************** END ************ END **************************
|
||||
|
||||
// ***************************************************
|
||||
// end of card specific code
|
||||
|
||||
Reference in New Issue
Block a user