Cryogenics Fix (#9318)

Cryogenics no longer swallow the items that spawn in your hands if you spawn there.

Fixes #9280
This commit is contained in:
Geeves
2020-07-10 22:32:26 +03:00
committed by GitHub
parent e75e5ca76a
commit 01259dd3ac
4 changed files with 18 additions and 1 deletions
+4
View File
@@ -249,3 +249,7 @@
. = ..()
if((obj_flags & OBJ_FLAG_ROTATABLE) || (obj_flags & OBJ_FLAG_ROTATABLE_ANCHORED))
to_chat(user, SPAN_SUBTLE("Can be rotated with alt-click."))
// whether mobs can unequip and drop items into us or not
/obj/proc/can_hold_dropped_items()
return TRUE