Merge pull request #5315 from TheGreatKitsune/borg-scene-gripper

Add a scene gripper to borgs
This commit is contained in:
Nadyr
2022-12-02 19:07:49 -05:00
committed by GitHub
4 changed files with 38 additions and 2 deletions
@@ -0,0 +1,12 @@
/obj/item/weapon/gripper/scene
name = "misc gripper"
desc = "A simple grasping tool that can hold a variety of 'general' objects..."
can_hold = list(
/obj/item/capture_crystal,
/obj/item/clothing,
/obj/item/weapon/implanter,
/obj/item/weapon/disk/nifsoft/compliance,
/obj/item/weapon/handcuffs,
/obj/item/toy
)