mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user