Update tables_racks.dm (#30702)

This commit is contained in:
CRUNCH
2025-10-23 16:54:48 +01:00
committed by GitHub
parent 3d121511ec
commit c1da0b30c7
+2 -2
View File
@@ -229,8 +229,8 @@
tablepush(I, user)
return ITEM_INTERACT_COMPLETE
if(isrobot(user) && !istype(I.loc, /obj/item/gripper))
return ITEM_INTERACT_COMPLETE
if(I.is_robot_module())
return ..()
if(user.a_intent == INTENT_HELP && !(I.flags & ABSTRACT))
if(user.drop_item())