mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Little fix in the prompt of CostDiscard.
- Fixed Buyback cost of Forbid.
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:1 U U
|
|||||||
Types:Instant
|
Types:Instant
|
||||||
Text:no text
|
Text:no text
|
||||||
A:SP$ Counter | Cost$ 1 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | Destination$ Graveyard | SpellDescription$ Counter target spell.
|
A:SP$ Counter | Cost$ 1 U U | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | Destination$ Graveyard | SpellDescription$ Counter target spell.
|
||||||
A:SP$ Counter | Cost$ 1 U U Discard<2/Any> | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | Destination$ Graveyard | CostDesc$ Buyback | SpellDescription$ - Discard two cards. (You may discard two cards in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.) | SubAbility$ SVar=DBChange
|
A:SP$ Counter | Cost$ 1 U U Discard<2/Card> | TargetType$ Spell | TgtPrompt$ Select target spell | ValidTgts$ Card | Destination$ Graveyard | CostDesc$ Buyback | SpellDescription$ - Discard two cards. (You may discard two cards in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.) | SubAbility$ SVar=DBChange
|
||||||
SVar:DBChange:DB$ChangeZone | Origin$ Stack | Destination$ Hand
|
SVar:DBChange:DB$ChangeZone | Origin$ Stack | Destination$ Hand
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
SVar:Rarity:Uncommon
|
SVar:Rarity:Uncommon
|
||||||
|
|||||||
@@ -236,7 +236,7 @@ public class CostDiscard extends CostPartWithList {
|
|||||||
type.append(" ").append(discType);
|
type.append(" ").append(discType);
|
||||||
}
|
}
|
||||||
StringBuilder sb = new StringBuilder();
|
StringBuilder sb = new StringBuilder();
|
||||||
sb.append("Select a");
|
sb.append("Select a ");
|
||||||
sb.append(part.getDescriptiveType());
|
sb.append(part.getDescriptiveType());
|
||||||
sb.append(" to discard.");
|
sb.append(" to discard.");
|
||||||
if (nNeeded > 1) {
|
if (nNeeded > 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user