mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 10:04:12 +00:00
Merge pull request #2721 from VOREStation/detective-sidearm
Some security firearm changes
This commit is contained in:
3
code/game/objects/items/gunbox_vr.dm
Normal file
3
code/game/objects/items/gunbox_vr.dm
Normal file
@@ -0,0 +1,3 @@
|
||||
/obj/item/gunbox
|
||||
name = "security sidearm box"
|
||||
desc = "A secure box containing a security sidearm."
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user