Add a scene gripper to borgs

This commit is contained in:
TheGreatKitsune
2022-11-25 11:05:06 -06:00
parent 333a5b1128
commit 743134173f
4 changed files with 38 additions and 2 deletions

View File

@@ -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
)