diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 153451431c7..304e96b0fad 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1122,6 +1122,8 @@ datum/preferences UI_style = "Orange" if("Orange") UI_style = "old" + if("old") + UI_style = "White" else UI_style = "Midnight"