Fixes magnetic gripper drop item verb (#6338)

Fixes #6317

The name on this verb was the same as the name on
`\client\verb\drop_item()` and that was the verb that was actually
getting called, which does nothing if you're a robot
This commit is contained in:
VampyrBytes
2017-02-06 05:16:10 -05:00
committed by Fox McCloud
parent 37fd14fd17
commit a65948afaf
@@ -51,7 +51,7 @@
/obj/item/weapon/gripper/verb/drop_item()
set name = "Drop Item"
set name = "Drop Gripped Item"
set desc = "Release an item from your magnetic gripper."
set category = "Drone"