Separately customizable f map tooltips

This commit is contained in:
Trent Hensler
2018-02-10 16:57:18 -08:00
parent 0f6bd8eabd
commit 9bd193df72
2 changed files with 20 additions and 1 deletions

View File

@@ -320,7 +320,7 @@ public abstract class MemoryBoard extends Board {
private List<String> getToolTip(Faction faction, FPlayer to) {
List<String> ret = new ArrayList<>();
List<String> show = P.p.getConfig().getStringList("show");
List<String> show = P.p.getConfig().getStringList("map");
if (!faction.isNormal()) {
String tag = faction.getTag(to);