mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Fixes gripper sheet interactions (#12715)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
5d22329bfd
commit
4a050c7ca3
@@ -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