forked from External/mage
[WOE] text fixes
This commit is contained in:
parent
1107fb5770
commit
ed4a1bf33f
37 changed files with 64 additions and 55 deletions
|
|
@ -53,7 +53,7 @@ public class BargainAbility extends StaticAbility implements OptionalAdditionalS
|
|||
super(Zone.STACK, null);
|
||||
this.additionalCost = new OptionalAdditionalCostImpl(keywordText, reminderText, new SacrificeTargetCost(bargainFilter));
|
||||
this.additionalCost.setRepeatable(false);
|
||||
this.rule = additionalCost.getName() + additionalCost.getReminderText();
|
||||
this.rule = additionalCost.getName() + ' ' + additionalCost.getReminderText();
|
||||
this.setRuleAtTheTop(true);
|
||||
this.addHint(BargainCostWasPaidHint.instance);
|
||||
this.activationKey = null;
|
||||
|
|
@ -146,4 +146,4 @@ public class BargainAbility extends StaticAbility implements OptionalAdditionalS
|
|||
public String getRule() {
|
||||
return rule;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue