mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Converted these two cards from code to keyword:
Haze of Rage Titanic Ultimatum and moved their entries to the top of file in cards.txt.
This commit is contained in:
@@ -7159,6 +7159,8 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Haze of Rage")) {
|
||||
final Card crd = card;
|
||||
@@ -7263,6 +7265,8 @@ public class CardFactory implements NewConstants {
|
||||
card.addSpellAbility(spell);
|
||||
card.addSpellAbility(Card_Buyback);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Astral Steel")) {
|
||||
@@ -14542,7 +14546,8 @@ public class CardFactory implements NewConstants {
|
||||
card.setSVar("PlayMain1", "TRUE");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Titanic Ultimatum")) {
|
||||
SpellAbility spell = new Spell(card) {
|
||||
@@ -14601,6 +14606,8 @@ public class CardFactory implements NewConstants {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Primal Boost")) {
|
||||
|
||||
Reference in New Issue
Block a user