diff --git a/code/game/objects/structures/guillotine.dm b/code/game/objects/structures/guillotine.dm index 8b6d33d38b4..df25ce66ffb 100644 --- a/code/game/objects/structures/guillotine.dm +++ b/code/game/objects/structures/guillotine.dm @@ -99,11 +99,15 @@ var/mob/living/carbon/human/H = buckled_mob if(!H) + blade_status = GUILLOTINE_BLADE_DROPPED + icon_state = "guillotine" return var/obj/item/organ/external/head/head = H.get_organ("head") if(QDELETED(head)) + blade_status = GUILLOTINE_BLADE_DROPPED + icon_state = "guillotine" return playsound(src, 'sound/weapons/bladeslice.ogg', 100, 1)