mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 00:22:12 +00:00
added the ability to open morgue trays for borgs (#7846)
Cyborgs can now open morgue trays.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user