Double agenda - Summoner's Bond!

This commit is contained in:
Northmoc
2020-11-27 15:47:27 -05:00
parent e77621130a
commit 8abb8e784d
12 changed files with 77 additions and 7 deletions

View File

@@ -442,6 +442,9 @@ public class CardDetailUtil {
area.append("Hidden");
} else {
area.append(card.getNamedCard());
if (!card.getNamedCard2().isEmpty()) {
area.append(", ").append(card.getNamedCard2());
}
}
area.append(")");
}