mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 18:14:25 +01:00
Tweaks bodybag relaymove(). Allows exit from morgue trays while in bodybags.
This commit is contained in:
@@ -86,6 +86,14 @@
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
/obj/structure/closet/body_bag/relaymove(mob/user,direction)
|
||||
if(user.stat)
|
||||
return
|
||||
if(src.loc != get_turf(src))
|
||||
src.loc.relaymove(usr,direction)
|
||||
else
|
||||
..()
|
||||
|
||||
/obj/structure/closet/body_bag/proc/get_occupants()
|
||||
var/list/occupants = list()
|
||||
for(var/mob/living/carbon/human/H in contents)
|
||||
|
||||
Reference in New Issue
Block a user