mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Fixed Elvish Fury, spell description is now displayed only once, changed cards.txt
- Knight of the Reliquary: replaced the "T" with "tap" in the ability description, now consistent with other cards and I also added a blank line, changed CardFactory_Creatures.java - Brion Stoutarm: removed the extra space at the end of the ability description, changed CardFactory_Creatures.java - Converted Expunge and Terror to keyword, changed cards.txt and CardFactory.java
This commit is contained in:
@@ -3477,6 +3477,7 @@ public class CardFactory implements NewConstants {
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Terror"))
|
||||
{
|
||||
@@ -3542,9 +3543,10 @@ public class CardFactory implements NewConstants {
|
||||
spell.setBeforePayMana(runtime);
|
||||
card.addSpellAbility(spell);
|
||||
}//*************** END ************ END **************************
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/*
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Expunge"))
|
||||
{
|
||||
@@ -3614,7 +3616,7 @@ public class CardFactory implements NewConstants {
|
||||
|
||||
card.addSpellAbility(CardFactoryUtil.ability_cycle(card, "2"));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
*/
|
||||
|
||||
|
||||
//*************** START *********** START **************************
|
||||
|
||||
Reference in New Issue
Block a user