mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
Update tables_racks.dm (#30702)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user