mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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:
@@ -11049,7 +11049,7 @@ public class CardFactory_Creatures {
|
||||
};//ability
|
||||
|
||||
card.addSpellAbility(ability);
|
||||
ability.setDescription("R, tap, Sacrifice a creature other than Brion Stoutarm: Brion Stoutarm deals damage equal to the sacrificed creature's power to target player .");
|
||||
ability.setDescription("R, tap, Sacrifice a creature other than Brion Stoutarm: Brion Stoutarm deals damage equal to the sacrificed creature's power to target player.");
|
||||
ability.setStackDescription("Brion Stoutarm deals damage equal to sacrificed creature's power");
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
@@ -11472,7 +11472,7 @@ public class CardFactory_Creatures {
|
||||
}
|
||||
};
|
||||
ability.setBeforePayMana(runtime);
|
||||
ability.setDescription("T, Sacrifice a Forest or Plains: Search your library for a land card, put it into play, then shuffle your library.");
|
||||
ability.setDescription("\r\n" + "tap, Sacrifice a Forest or Plains: Search your library for a land card, put it into play, then shuffle your library.");
|
||||
ability.setStackDescription(card.getName() + " - Search your library for a card and put it into play, then shuffle your library");
|
||||
card.addSpellAbility(ability);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user