Merge pull request #2721 from VOREStation/detective-sidearm

Some security firearm changes
This commit is contained in:
Spades
2018-01-10 11:36:57 -05:00
committed by GitHub
11 changed files with 17 additions and 5 deletions

View File

@@ -0,0 +1,3 @@
/obj/item/gunbox
name = "security sidearm box"
desc = "A secure box containing a security sidearm."

View File

@@ -297,7 +297,7 @@
..()
new /obj/item/clothing/accessory/badge/holo/detective(src)
new /obj/item/clothing/gloves/black(src)
new /obj/item/gunbox(src)
//new /obj/item/gunbox(src) // Vorestation edit. If you can't be trusted to not be stupid with lethals, you can't be trusted with less-than-lethals either.
new /obj/item/weapon/storage/belt/detective(src)
new /obj/item/weapon/storage/box/evidence(src)
new /obj/item/device/radio/headset/headset_sec(src)