Skip to content

Commit 77eec26

Browse files
committed
tone down color of affiliation text
1 parent b742930 commit 77eec26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/sitemap.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ local function get_unit_choice_text(unit)
144144
dfhack.units.getReadableName(unit), NEWLINE,
145145
{gap=2, text=disposition, pen=disposition_pen},
146146
affiliation and ': ' or '',
147-
{text=affiliation, pen=COLOR_YELLOW},
147+
{text=affiliation, pen=COLOR_BROWN},
148148
}
149149
end
150150

0 commit comments

Comments
 (0)