diff --git a/code/WorkInProgress/Sigyn/Department Sec/jobs.dm b/code/WorkInProgress/Sigyn/Department Sec/jobs.dm index 4ba263f8c8a..b0e35f845c1 100644 --- a/code/WorkInProgress/Sigyn/Department Sec/jobs.dm +++ b/code/WorkInProgress/Sigyn/Department Sec/jobs.dm @@ -88,6 +88,7 @@ var/list/sec_departments = list("engineering", "supply", "medical", "science") return 1 /obj/item/device/radio/headset/headset_sec/department/New() + ..() if(radio_controller) initialize() recalculateChannels() diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index c6a448be97e..4e9e9f639a6 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -26,6 +26,8 @@ if(userloc != H.loc) return //no tele-grooming if(new_style) H.f_style = new_style + else + H.f_style = "Shaved" //handle normal hair var/new_style = input(user, "Select a hair style", "Grooming") as null|anything in hair_styles_list