mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Merge branch 'spacing' into 'master'
add space for Presence/MayFlash See merge request core-developers/forge!5764
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user