mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Fixes gripper sheet interactions (#19437)
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
if(material_belt.selected_item == O)
|
||||
return TRUE
|
||||
for(var/obj/item/gripper/gripper in contents)
|
||||
if(gripper.current_pocket == O)
|
||||
if(gripper.current_pocket == O || (O in gripper.current_pocket.contents))
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user