[idb ignore] completely migrates sprite accessory to id system (#4759)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-12-12 18:41:45 -06:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 5c7c029fbf
commit e7df070fd6
172 changed files with 4273 additions and 4661 deletions
+2 -2
View File
@@ -987,12 +987,12 @@ var/list/admin_verbs_event_manager = list(
M.s_tone = -M.s_tone + 35
// hair
var/new_hstyle = input(usr, "Select a hair style", "Grooming") as null|anything in hair_styles_list
var/new_hstyle = input(usr, "Select a hair style", "Grooming") as null|anything in GLOB.legacy_hair_lookup
if(new_hstyle)
M.h_style = new_hstyle
// facial hair
var/new_fstyle = input(usr, "Select a facial hair style", "Grooming") as null|anything in facial_hair_styles_list
var/new_fstyle = input(usr, "Select a facial hair style", "Grooming") as null|anything in GLOB.legacy_facial_hair_lookup
if(new_fstyle)
M.f_style = new_fstyle