mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Merge pull request #2346 from Agetian/fix-enlist-desc
Fix Enlist description during cost payment
This commit is contained in:
@@ -3707,7 +3707,7 @@ public class CardFactoryUtil {
|
||||
+ " | Description$ " + sb.toString() + " (" + inst.getReminderText() + ")";
|
||||
inst.addStaticAbility(StaticAbility.create(effect, state.getCard(), state, intrinsic));
|
||||
} else if (keyword.equals("Enlist")) {
|
||||
String effect = "Mode$ OptionalAttackCost | ValidCard$ Card.Self | Cost$ Enlist<1/CARDNAME> | Secondary$ True" +
|
||||
String effect = "Mode$ OptionalAttackCost | ValidCard$ Card.Self | Cost$ Enlist<1/CARDNAME/creature> | Secondary$ True" +
|
||||
"| Trigger$ TrigEnlist | Description$ Enlist ( " + inst.getReminderText() + ")";
|
||||
StaticAbility st = StaticAbility.create(effect, state.getCard(), state, intrinsic);
|
||||
st.setSVar("TrigEnlist", "DB$ Pump | NumAtt$ TriggerRemembered$CardPower" +
|
||||
|
||||
@@ -1349,6 +1349,7 @@ lblUseTriggeredAbilityOf=Use triggered ability of
|
||||
lblExertAttackersConfirm=Exert Attackers?
|
||||
lblEnlistAttackersConfirm=Enlist Attackers?
|
||||
lblEnlisted=Enlisted
|
||||
lblSelectACostToEnlist=Select a {0} to enlist ({1} left)
|
||||
lblThereNoCardInPlayerZone=There are no cards in {0} {1}
|
||||
lblPutCardsOnTheTopLibraryOrGraveyard=Put {0} on the top of library or graveyard?
|
||||
lblLibrary=Library
|
||||
|
||||
Reference in New Issue
Block a user