Merge branch 'spacing' into 'master'

add space for Presence/MayFlash

See merge request core-developers/forge!5764
This commit is contained in:
Michael Kamensky
2021-11-09 03:53:42 +00:00

View File

@@ -2079,7 +2079,7 @@ public class Card extends GameEntity implements Comparable<Card>, IHasSVars {
sbLong.append(((Companion)inst).getDescription());
} else if (keyword.startsWith("Presence") || keyword.startsWith("MayFlash")) {
// Pseudo keywords, only print Reminder
sbLong.append(inst.getReminderText());
sbLong.append(inst.getReminderText()).append("\r\n");
} else if (keyword.contains("At the beginning of your upkeep, ")
&& keyword.contains(" unless you pay")) {
sbLong.append(keyword).append("\r\n");