From 3bfa0a04bbf370f9686c54edc47a5c99bae1f119 Mon Sep 17 00:00:00 2001 From: GuillaumePrata <55374212+GuillaumePrata@users.noreply.github.com> Date: Sat, 9 Oct 2021 05:39:38 -0300 Subject: [PATCH] Borgs can close morgue trays now. (#61976) Cyborgs can open/close a morgue if the click on the main structure but they couldn't interact with the trays if they are open, instead needing to click on the main structure to close it. --- code/game/objects/structures/morgue.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/structures/morgue.dm b/code/game/objects/structures/morgue.dm index 38ca7875a2c..309e200348e 100644 --- a/code/game/objects/structures/morgue.dm +++ b/code/game/objects/structures/morgue.dm @@ -326,6 +326,9 @@ GLOBAL_LIST_EMPTY(crematoriums) /obj/structure/tray/attack_paw(mob/user, list/modifiers) return attack_hand(user, modifiers) +/obj/structure/tray/attack_robot(mob/user, list/modifiers) + return attack_hand(user, modifiers) + /obj/structure/tray/attack_hand(mob/user, list/modifiers) . = ..() if(.)