mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Slightly changed formatting of trigger descriptions to allow charm-style triggers to be properly displayed.
This commit is contained in:
@@ -1616,7 +1616,7 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
// Triggered abilities
|
// Triggered abilities
|
||||||
for (final Trigger trig : state.getTriggers()) {
|
for (final Trigger trig : state.getTriggers()) {
|
||||||
if (!trig.isSecondary()) {
|
if (!trig.isSecondary()) {
|
||||||
sb.append(trig.toString()).append("\r\n");
|
sb.append(trig.toString().replaceAll("\\\\r\\\\n", "\r\n")).append("\r\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user