From 89a6f4c0ae92826918b0da1a9e77d4ef01dc9ba3 Mon Sep 17 00:00:00 2001 From: Darkmight9 <45213755+Darkmight9@users.noreply.github.com> Date: Wed, 25 Nov 2020 23:58:29 -0500 Subject: [PATCH] Doubles the contents of the jani closet (#14939) * Doubles the contents of the jani closet * Removes the extra clothes and moves the spares down the list --- .../crates_lockers/closets/job_closets.dm | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/code/game/objects/structures/crates_lockers/closets/job_closets.dm b/code/game/objects/structures/crates_lockers/closets/job_closets.dm index e45d13e2270..35daeff58e9 100644 --- a/code/game/objects/structures/crates_lockers/closets/job_closets.dm +++ b/code/game/objects/structures/crates_lockers/closets/job_closets.dm @@ -72,24 +72,35 @@ /obj/structure/closet/jcloset/New() ..() - new /obj/item/clothing/under/rank/janitor(src) - new /obj/item/radio/headset/headset_service(src) - new /obj/item/cartridge/janitor(src) + new /obj/item/flashlight(src) new /obj/item/flashlight(src) new /obj/item/melee/flyswatter(src) + new /obj/item/melee/flyswatter(src) + new /obj/item/clothing/shoes/galoshes(src) new /obj/item/clothing/shoes/galoshes(src) new /obj/item/soap(src) + new /obj/item/soap(src) + new /obj/item/reagent_containers/spray/cleaner(src) new /obj/item/caution(src) new /obj/item/caution(src) new /obj/item/caution(src) new /obj/item/caution(src) new /obj/item/storage/bag/trash(src) + new /obj/item/storage/bag/trash(src) + new /obj/item/lightreplacer(src) new /obj/item/lightreplacer(src) new /obj/item/holosign_creator(src) - new /obj/item/clothing/gloves/color/black(src) - new /obj/item/clothing/head/soft/purple(src) + new /obj/item/holosign_creator(src) + new /obj/item/watertank/janitor(src) new /obj/item/watertank/janitor(src) new /obj/item/storage/belt/janitor(src) + new /obj/item/storage/belt/janitor(src) + new /obj/item/clothing/gloves/color/black(src) + new /obj/item/clothing/head/soft/purple(src) + new /obj/item/radio/headset/headset_service(src) + new /obj/item/radio/headset/headset_service(src) + new /obj/item/clothing/under/rank/janitor(src) + new /obj/item/cartridge/janitor(src) /* * Lawyer