Ui styles default back to midnight

This commit is contained in:
skoglol
2019-10-25 17:09:32 +02:00
parent ac20a47ff9
commit 0de1546927
2 changed files with 3 additions and 3 deletions

View File

@@ -5,14 +5,14 @@
*/
// The default UI style is the first one in the list
GLOBAL_LIST_INIT(available_ui_styles, sortList(list(
GLOBAL_LIST_INIT(available_ui_styles, list(
"Midnight" = 'icons/mob/screen_midnight.dmi',
"Retro" = 'icons/mob/screen_retro.dmi',
"Plasmafire" = 'icons/mob/screen_plasmafire.dmi',
"Slimecore" = 'icons/mob/screen_slimecore.dmi',
"Operative" = 'icons/mob/screen_operative.dmi',
"Clockwork" = 'icons/mob/screen_clockwork.dmi'
)))
))
/proc/ui_style2icon(ui_style)
return GLOB.available_ui_styles[ui_style] || GLOB.available_ui_styles[GLOB.available_ui_styles[1]]