mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user