add more detailed focus strings for the nobles info screen

develop
Myk Taylor 2023-10-13 14:33:06 -07:00
parent f647e7e668
commit 43b0c3e10d
No known key found for this signature in database
1 changed files with 8 additions and 0 deletions

@ -280,6 +280,14 @@ DEFINE_GET_FOCUS_STRING_HANDLER(dwarfmode)
else
newFocusString += "/Default";
break;
case df::enums::info_interface_mode_type::ADMINISTRATORS:
if (game->main_interface.info.administrators.choosing_candidate)
newFocusString += "/Candidates";
else if (game->main_interface.info.administrators.assigning_symbol)
newFocusString += "/Symbols";
else
newFocusString += "/Default";
break;
default:
break;
}