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.
This commit is contained in:
GuillaumePrata
2021-10-09 09:39:38 +01:00
committed by GitHub
parent b37f6c6c4d
commit 3bfa0a04bb
+3
View File
@@ -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(.)