ooc colour shenanigans (#15788)

This commit is contained in:
Lin
2022-08-20 08:41:20 +00:00
committed by GitHub
parent 3336390eb2
commit 4b21981547
3 changed files with 34 additions and 14 deletions
+2 -2
View File
@@ -2453,12 +2453,12 @@ GLOBAL_LIST_EMPTY(preferences_datums)
if("ooccolor")
var/new_ooccolor = input(user, "Choose your OOC colour:", "Game Preference",ooccolor) as color|null
if(new_ooccolor)
ooccolor = new_ooccolor
ooccolor = sanitize_ooccolor(new_ooccolor)
if("aooccolor")
var/new_aooccolor = input(user, "Choose your Antag OOC colour:", "Game Preference",ooccolor) as color|null
if(new_aooccolor)
aooccolor = new_aooccolor
aooccolor = sanitize_ooccolor(new_aooccolor)
if("bag")
var/new_backbag = input(user, "Choose your character's style of bag:", "Character Preference") as null|anything in GLOB.backbaglist