added the ability to open morgue trays for borgs (#7846)

Cyborgs can now open morgue trays.
This commit is contained in:
TheGoret
2020-01-01 06:00:21 +01:00
committed by Alberyk
parent 676f854420
commit a836079940
2 changed files with 46 additions and 0 deletions

View File

@@ -90,6 +90,11 @@
update()
return
/obj/structure/morgue/attack_robot(var/mob/user)
if(Adjacent(user))
return attack_hand(user)
else return ..()
/obj/structure/morgue/attackby(obj/P, mob/user as mob)
if (P.ispen())
var/t = input(user, "What would you like the label to be?", text("[]", src.name), null) as text