cleans up robot gripper code (#19153)

* cleans up robot gripper code

* try to select next

* .

* .

* wtf

* .

* .

* ye that

* dripper table palcement

* add that

* actually fine

* better

* clean that

* Cell hitting

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Kashargul
2026-02-08 00:26:15 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent 4fcae21e4d
commit 0c23b94075
20 changed files with 515 additions and 439 deletions
@@ -53,7 +53,7 @@
var/mob/living/silicon/robot/robot = user
if(istype(robot.module_active, /obj/item/gripper))
var/obj/item/gripper/gripper = robot.module_active
I = gripper.get_current_pocket()
I = gripper.get_wrapped_item()
else if(!I)
return FALSE