forked from External/mage
[BLB] Consumed by Greed, Thought Shucker, Mabel's Mettle, Heaped Harvest (#12600)
* Consumed by Greed * Fix Gift text * Thought Shucker * Mabel's Mettle * Heaped Harvest
This commit is contained in:
parent
669b9636cb
commit
be3065789d
7 changed files with 218 additions and 2 deletions
|
|
@ -25,6 +25,6 @@ public enum GiftWasPromisedCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Gift was " + (flag ? "" : "not ") + "promised";
|
||||
return "the gift was " + (flag ? "" : "not ") + "promised";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ public class GiftAbility extends StaticAbility implements OptionalAdditionalSour
|
|||
public GiftAbility(Card card, GiftType giftType) {
|
||||
super(Zone.STACK, null);
|
||||
this.additionalCost = new OptionalAdditionalCostImpl(
|
||||
keywordText + ' ' + giftType,
|
||||
keywordText + ' ' + giftType.getName(),
|
||||
makeReminderText(giftType, card.isPermanent()),
|
||||
new PromiseGiftCost(giftType)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue