mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user