- 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:
jendave
2011-08-06 02:51:46 +00:00
parent 8e8222877c
commit 82d7626bb7
3 changed files with 10 additions and 5 deletions

View File

@@ -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 **************************