mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
Fix santize_hexcolor (#48716)
This whole helper is a mess. Maybe I should just replace it completely instead.
This commit is contained in:
@@ -1299,7 +1299,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
|
||||
if(new_socks)
|
||||
socks = new_socks
|
||||
|
||||
if(BODY_ZONE_PRECISE_EYES)
|
||||
if("eyes")
|
||||
var/new_eyes = input(user, "Choose your character's eye colour:", "Character Preference","#"+eye_color) as color|null
|
||||
if(new_eyes)
|
||||
eye_color = sanitize_hexcolor(new_eyes)
|
||||
|
||||
Reference in New Issue
Block a user