Modifies some security loadouts for QOL. (#12359)

This commit is contained in:
Jaraci
2021-08-24 18:34:52 +02:00
committed by GitHub
parent e193074f48
commit 4c47e62b3b
4 changed files with 52 additions and 3 deletions
@@ -123,6 +123,7 @@
..()
//Supply
new /obj/item/storage/box/flashbangs(src)
new /obj/item/storage/box/ids(src)
//Appearance
if(prob(50))
new /obj/item/storage/backpack/security(src)
@@ -225,6 +226,8 @@
new /obj/item/clothing/suit/storage/security/warden(src)
new /obj/item/clothing/accessory/badge/warden(src)
new /obj/item/clothing/gloves/black_leather(src)
new /obj/item/clothing/mask/gas/alt(src)
new /obj/item/clothing/mask/gas/half(src)
//Tools
new /obj/item/device/radio/headset/headset_warden(src)
new /obj/item/device/radio/headset/headset_warden/alt(src)
@@ -234,6 +237,8 @@
new /obj/item/reagent_containers/spray/pepper(src)
new /obj/item/melee/baton/loaded(src)
new /obj/item/gun/energy/disruptorpistol(src)
new /obj/item/handcuffs(src)
new /obj/item/device/holowarrant(src)
//Belts
new /obj/item/clothing/accessory/storage/black_vest(src)
new /obj/item/clothing/accessory/holster/waist(src)