mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Card Detail panel needs to use CARDNAME for additional costs like it used to
This commit is contained in:
@@ -545,7 +545,7 @@ public class Cost {
|
|||||||
boolean first = true;
|
boolean first = true;
|
||||||
|
|
||||||
if (bFlag) {
|
if (bFlag) {
|
||||||
cost.append("As an additional cost to cast selected card, ");
|
cost.append("As an additional cost to cast CARDNAME, ");
|
||||||
} else {
|
} else {
|
||||||
// usually no additional mana cost for spells
|
// usually no additional mana cost for spells
|
||||||
// only three Alliances cards have additional mana costs, but they
|
// only three Alliances cards have additional mana costs, but they
|
||||||
|
|||||||
Reference in New Issue
Block a user