mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user