mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Fixes Jani closet "been full on round start" and Remove IAA clothes and Badges from IAA Locker. (#21331)
* Removes Clothes - Now we have janidrobes, and it create issues because its filled over limit. * Add IAA Closet to removal - Remove Clothes and badges, but it add briefcases.
This commit is contained in:
@@ -76,8 +76,6 @@
|
||||
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)
|
||||
@@ -95,13 +93,9 @@
|
||||
new /obj/item/holosign_creator/janitor(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/civilian/janitor(src)
|
||||
new /obj/item/cartridge/janitor(src)
|
||||
new /obj/item/cartridge/janitor(src)
|
||||
|
||||
//Paramedic
|
||||
|
||||
@@ -271,12 +271,11 @@
|
||||
open_door_sprite = "chaplain_door"
|
||||
|
||||
/obj/structure/closet/secure_closet/iaa/populate_contents()
|
||||
new /obj/item/storage/bag/garment/iaa(src)
|
||||
new /obj/item/book/manual/wiki/faxes(src)
|
||||
new /obj/item/storage/box/tapes(src)
|
||||
new /obj/item/storage/secure/briefcase(src)
|
||||
new /obj/item/storage/secure/briefcase(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/storage/briefcase(src)
|
||||
new /obj/item/radio/headset/headset_iaa(src)
|
||||
new /obj/item/clothing/accessory/lawyers_badge(src)
|
||||
new /obj/item/clothing/accessory/lawyers_badge(src)
|
||||
new /obj/item/radio/headset/headset_iaa(src)
|
||||
|
||||
Reference in New Issue
Block a user