Stuffs a bunch of clothing from lockers into the department drobes (#21348)

Now almost all non-command clothes should be found in the department
drobes, instead of the various lockers. I might have missed something
somewhere though.
Drobes can also be restocked by the vended items.
Lastly, the chaplain drobe had a couple of taj religious clothing added
to it after confirming with Catsin that it should be.
This commit is contained in:
Casper3667
2025-09-15 12:01:27 +00:00
committed by GitHub
parent d7ef4cba68
commit 98f34dc69d
8 changed files with 37 additions and 34 deletions
@@ -71,7 +71,6 @@
new /obj/item/clothing/mask/gas/alt(src)
new /obj/item/clothing/mask/gas/half(src)
new /obj/item/taperoll/engineering(src)
new /obj/item/clothing/accessory/storage/overalls/engineer(src)
new /obj/item/device/radio/eng/off(src)
new /obj/item/storage/belt/utility(src)
new /obj/item/device/gps/engineering(src)
@@ -101,7 +100,6 @@
new /obj/item/clothing/mask/gas/alt(src)
new /obj/item/clothing/mask/gas/half(src)
new /obj/item/taperoll/engineering(src)
new /obj/item/clothing/accessory/storage/overalls/engineer(src)
new /obj/item/reagent_containers/extinguisher_refill(src)
new /obj/item/rfd/piping(src)
new /obj/item/device/radio/eng/off(src)
@@ -5,16 +5,9 @@
/obj/structure/closet/secure_closet/hydroponics/fill()
..()
switch(rand(1,2))
if(1)
new /obj/item/clothing/accessory/apron/blue(src)
if(2)
new /obj/item/clothing/accessory/overalls/blue(src)
new /obj/item/storage/bag/plants(src)
new /obj/item/clothing/under/rank/hydroponics(src)
new /obj/item/device/analyzer/plant_analyzer(src)
new /obj/item/device/radio/headset/headset_service(src)
new /obj/item/clothing/head/bandana/hydro(src)
new /obj/item/material/minihoe(src)
new /obj/item/material/hatchet(src)
new /obj/item/wirecutters/clippers(src)
@@ -110,10 +110,6 @@
new /obj/item/storage/backpack/medic(src)
new /obj/item/clothing/accessory/storage/white_vest(src)
new /obj/item/clothing/suit/storage/medical_chest_rig(src)
new /obj/item/clothing/under/rank/medical/paramedic(src)
new /obj/item/clothing/under/rank/medical/paramedic/zeng(src)
new /obj/item/clothing/under/rank/medical/paramedic/pmc(src)
new /obj/item/clothing/shoes/jackboots(src)
new /obj/item/device/flashlight/pen(src)
new /obj/item/clothing/accessory/stethoscope(src)
new /obj/item/storage/belt/medical/paramedic(src)
@@ -127,9 +123,6 @@
new /obj/item/clothing/mask/gas/half(src)
new /obj/item/auto_cpr(src)
new /obj/item/defibrillator/compact/loaded(src)
new /obj/item/clothing/suit/storage/toggle/para_jacket(src)
new /obj/item/clothing/suit/storage/toggle/para_jacket/zeng(src)
new /obj/item/clothing/suit/storage/toggle/para_jacket/pmc(src)
/obj/structure/closet/secure_closet/CMO
name = "chief medical officer's locker"
@@ -62,14 +62,10 @@
..()
new /obj/item/clothing/head/welding(src)
new /obj/item/clothing/glasses/welding(src)
new /obj/item/clothing/suit/storage/toggle/labcoat(src)
new /obj/item/clothing/gloves/black(src)
new /obj/item/clothing/gloves/yellow(src)
new /obj/item/clothing/gloves/yellow/specialu(src)
new /obj/item/clothing/gloves/yellow/specialt(src)
new /obj/item/clothing/under/rank/machinist/orion(src)
new /obj/item/clothing/under/rank/machinist/heph(src)
new /obj/item/clothing/shoes/sneakers/black(src)
new /obj/item/device/multitool(src)
new /obj/item/ipc_tag_scanner(src)
new /obj/item/device/robotanalyzer(src)
@@ -87,9 +83,7 @@
else
new /obj/item/storage/backpack/satchel/eng(src)
new /obj/item/device/radio/headset/headset_cargo(src)
new /obj/item/clothing/under/rank/miner(src)
new /obj/item/clothing/gloves/black(src)
new /obj/item/clothing/shoes/sneakers/black(src)
new /obj/item/device/analyzer(src)
new /obj/item/storage/bag/ore(src)
new /obj/item/shovel(src)
@@ -99,9 +93,6 @@
new /obj/item/key/minecarts(src)
new /obj/item/device/gps/mining(src)
new /obj/item/book/manual/ka_custom(src)
new /obj/item/clothing/accessory/storage/overalls/mining(src)
new /obj/item/clothing/head/bandana/miner(src)
new /obj/item/clothing/head/hardhat/orange(src)
new /obj/item/device/radio(src)
new /obj/item/device/flashlight/lantern(src)
new /obj/item/sleeping_bag/mining(src)
@@ -291,7 +291,6 @@
new /obj/item/storage/backpack/satchel/leather/recolorable(src)
new /obj/item/clothing/suit/storage/toggle/labcoat(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)
@@ -6,11 +6,7 @@
req_access = list(ACCESS_JANITOR)
/obj/structure/closet/secure_closet/custodial/fill()
new /obj/item/clothing/head/softcap/nt/custodian(src)
new /obj/item/clothing/head/softcap/idris/custodian(src)
new /obj/item/device/radio/headset/headset_service(src)
new /obj/item/clothing/under/rank/janitor(src)
new /obj/item/clothing/under/rank/janitor/idris(src)
new /obj/item/storage/box/janitorgloves(src)
new /obj/item/storage/belt/custodial(src)
new /obj/item/clothing/accessory/holster/utility/custodial/hip(src)