mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
comment out CardFactory code for Armageddon and Ravages of War.
This commit is contained in:
@@ -2822,7 +2822,7 @@ public class CardFactory_Sorceries {
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Armageddon") || cardName.equals("Ravages of War")) {
|
||||
final SpellAbility spell = new Spell(card) {
|
||||
@@ -2861,7 +2861,7 @@ public class CardFactory_Sorceries {
|
||||
card.clearSpellAbility();
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user