Give officers and wardens breath analyzers and investigators a gas mask (#21215)

From a request I saw a bit ago, I have now added breath analyzers to the
security officer and warden lockers, should they wish to use them. It is
mostly intended to check if people are drunk on duty or similar.

Investigators were given a half gas mask, given the amount of
pepperspray used in some cases and they were the only ones not to get it
in the department. If they want the bigger mask, they can ask the
warden.

Lastly while I was messing around in the file, I cleaned out the cadet
and investigator locker slightly. The clothing items that already
existed in the security drobe were removed from their lockers. The
security officer and warden lockers were already free of that, so they
did not get anything removed.
This commit is contained in:
Casper3667
2025-08-22 13:51:53 +02:00
committed by GitHub
parent 1bb8964780
commit 908a07b003
3 changed files with 14 additions and 7 deletions
@@ -202,6 +202,7 @@
new /obj/item/clothing/glasses/sunglasses/sechud(src)
new /obj/item/taperoll/police(src)
new /obj/item/gun/energy/disruptorpistol(src)
new /obj/item/device/breath_analyzer(src)
//Belts
new /obj/item/clothing/accessory/storage/black_vest(src)
new /obj/item/clothing/accessory/holster/hip(src)
@@ -228,8 +229,6 @@
else
new /obj/item/storage/backpack/satchel/sec(src)
new /obj/item/storage/backpack/duffel/sec(src)
new /obj/item/clothing/head/beret/security(src)
new /obj/item/clothing/head/softcap/security(src)
new /obj/item/clothing/suit/storage/hazardvest/security(src)
new /obj/item/clothing/under/rank/cadet(src)
//Tools
@@ -273,6 +272,7 @@
new /obj/item/taperoll/police(src)
new /obj/item/device/hailer(src)
new /obj/item/device/flashlight/flare/glowstick/red(src)
new /obj/item/device/breath_analyzer(src)
//Belts
new /obj/item/clothing/accessory/storage/black_vest(src)
new /obj/item/clothing/accessory/holster/hip(src)
@@ -290,12 +290,9 @@
//Appearance
new /obj/item/storage/backpack/satchel/leather/recolorable(src)
new /obj/item/clothing/suit/storage/toggle/labcoat(src)
new /obj/item/clothing/under/det(src)
new /obj/item/clothing/under/det/idris(src)
new /obj/item/clothing/under/det/pmc(src)
new /obj/item/clothing/under/det/zavod(src)
new /obj/item/clothing/accessory/badge/investigator(src)
new /obj/item/clothing/shoes/laceup(src)
new /obj/item/clothing/mask/gas/half(src)
//Tools
new /obj/item/device/radio/headset/headset_sec(src)
new /obj/item/device/radio/headset/headset_sec/alt(src)