mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Improved dynamic card text generation for AF Charm with repeatable modes.
This commit is contained in:
@@ -114,7 +114,10 @@ public class CharmEffect extends SpellAbilityEffect {
|
||||
}
|
||||
|
||||
if (!list.isEmpty()) {
|
||||
sb.append(" \u2014\r\n");
|
||||
if (!repeat) {
|
||||
sb.append(" \u2014");
|
||||
}
|
||||
sb.append("\r\n");
|
||||
for (AbilitySub sub : list) {
|
||||
sb.append("\u2022 ").append(sub.getParam("SpellDescription"));
|
||||
sb.append("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user