Minorly refactors the "gripper" cyborg item and moves the "drop gripped item" to an action button (#19990)

* moves the "Drop item" verb and minorly refactors grippers

* converted to an action button + ryan's review
This commit is contained in:
GDN
2022-12-24 12:48:42 -05:00
committed by GitHub
parent a7d09cf033
commit 07a84dd5c8
7 changed files with 53 additions and 54 deletions
+1 -1
View File
@@ -184,7 +184,7 @@
if(accept_hand)
if(!tool)
success = TRUE
if(isrobot(user) && istype(tool, /obj/item/gripper/medical))
if(isrobot(user) && istype(tool, /obj/item/gripper_medical))
success = TRUE
if(accept_any_item)