diff --git a/code/game/machinery/doors/door.dm b/code/game/machinery/doors/door.dm index 66cfbe8543e47..743bfd51ca9a9 100644 --- a/code/game/machinery/doors/door.dm +++ b/code/game/machinery/doors/door.dm @@ -623,6 +623,10 @@ icon = 'icons/obj/doors/doormorgue.dmi' icon_state = "closed" +/obj/machinery/door/morgue/Initialize(mapload) + . = ..() + AddComponent(/datum/component/redirect_attack_hand_from_turf) + /obj/machinery/door/morgue/update_icon_state() . = ..() if(animation && animation != "deny")