- Improved dynamic card text generation for AF Charm with repeatable modes.

This commit is contained in:
Agetian
2017-06-12 12:40:10 +00:00
parent 0da85091fe
commit e55e64a2eb

View File

@@ -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");