mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- Attempting to fix generation of keyword text with long descriptions.
This commit is contained in:
@@ -1608,6 +1608,9 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
sb.append(keyword);
|
||||
}
|
||||
if (sbLong.length() > 0) {
|
||||
sbLong.append("\r\n");
|
||||
}
|
||||
}
|
||||
if (sb.length() > 0) {
|
||||
sb.append("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user