Flashback reminder remove "extrawurst"

This commit is contained in:
Northmoc
2021-10-20 10:20:40 -04:00
parent e8d229e3a2
commit 58925880b4

View File

@@ -2239,16 +2239,7 @@ public class CardFactoryUtil {
}
}
sb.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(")");
sb.append(" (").append(inst.getReminderText()).append(")");
String repeffstr = sb.toString();