mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
Flashback reminder remove "extrawurst"
This commit is contained in:
@@ -2239,16 +2239,7 @@ public class CardFactoryUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sb.append(" (");
|
sb.append(" (").append(inst.getReminderText()).append(")");
|
||||||
if (host.hasStartOfKeyword("AlternateAdditionalCost")
|
|
||||||
|| !host.getFirstSpellAbility().getPayCosts().isOnlyManaCost()) {
|
|
||||||
String reminder = inst.getReminderText();
|
|
||||||
sb.append(reminder, 0, 65).append(" and any additional costs");
|
|
||||||
sb.append(reminder, 65, 81);
|
|
||||||
} else {
|
|
||||||
sb.append(inst.getReminderText());
|
|
||||||
}
|
|
||||||
sb.append(")");
|
|
||||||
|
|
||||||
String repeffstr = sb.toString();
|
String repeffstr = sb.toString();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user