mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Adds job winter coats to job lockers (ABLE TO BE MERGED) (#12904)
* Adds job winter coats to job lockers * Update hooded.dm * Update wardrobe.dm * Update security.dm * Update scientist.dm * Update medical.dm * Update cargo.dm * Update job_closets.dm * Update job_closets.dm * Update hooded.dm Co-authored-by: Spookerton <spkrtn@pm.me> Co-authored-by: C.L <killer65311@gmail.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
/obj/item/clothing/under/sl_suit = 2,
|
||||
/obj/item/clothing/under/rank/bartender = 2,
|
||||
/obj/item/clothing/under/rank/bartender/skirt,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/bar,
|
||||
/obj/item/clothing/under/dress/dress_saloon,
|
||||
/obj/item/clothing/accessory/wcoat = 2,
|
||||
/obj/item/clothing/shoes/black = 2,
|
||||
@@ -70,6 +71,7 @@
|
||||
/obj/item/clothing/under/dress/maid/janitor,
|
||||
/obj/item/device/radio/headset/headset_service,
|
||||
/obj/item/weapon/cartridge/janitor,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/janitor,
|
||||
/obj/item/clothing/gloves/black,
|
||||
/obj/item/clothing/head/soft/purple,
|
||||
/obj/item/clothing/head/beret/purple,
|
||||
@@ -127,4 +129,4 @@
|
||||
/obj/item/weapon/storage/box/lights/mixed = 3,
|
||||
/obj/item/weapon/storage/box/mousetraps = 1,
|
||||
/obj/item/weapon/grenade/chem_grenade/cleaner = 4
|
||||
)
|
||||
)
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
/obj/item/device/radio/headset/headset_med,
|
||||
/obj/item/device/radio/headset/headset_med/alt,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/alt,
|
||||
/obj/item/clothing/shoes/boots/winter/medical,
|
||||
/obj/item/clothing/under/rank/nursesuit,
|
||||
/obj/item/clothing/head/nursehat,
|
||||
@@ -105,6 +106,7 @@
|
||||
/obj/item/clothing/suit/storage/toggle/fr_jacket,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/emt,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/para,
|
||||
/obj/item/clothing/shoes/boots/winter/medical,
|
||||
/obj/item/device/radio/headset/headset_med/alt,
|
||||
/obj/item/weapon/cartridge/medical,
|
||||
/obj/item/weapon/storage/briefcase/inflatable,
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/modern,
|
||||
/obj/item/clothing/shoes/white,
|
||||
/obj/item/weapon/melee/umbrella, // vorestation addition,
|
||||
/obj/item/weapon/melee/umbrella,
|
||||
/obj/item/clothing/glasses/science,
|
||||
/obj/item/device/radio/headset/headset_sci,
|
||||
/obj/item/weapon/storage/belt/archaeology,
|
||||
@@ -85,4 +85,4 @@
|
||||
/obj/item/device/measuring_tape,
|
||||
/obj/item/weapon/pickaxe/hand,
|
||||
/obj/item/weapon/storage/bag/fossils,
|
||||
/obj/item/weapon/hand_labeler)
|
||||
/obj/item/weapon/hand_labeler)
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
/obj/item/clothing/under/suit_jacket/teal/skirt,
|
||||
/obj/item/clothing/glasses/sunglasses,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/hop,
|
||||
/obj/item/clothing/head/caphat/hop/beret/,
|
||||
/obj/item/clothing/head/caphat/hop/beret,
|
||||
/obj/item/clothing/head/caphat/hop/beret/white)
|
||||
|
||||
|
||||
|
||||
@@ -251,6 +251,7 @@
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/rank/roboticist = 2,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat = 2,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/science/robotics,
|
||||
/obj/item/clothing/shoes/black = 2,
|
||||
/obj/item/clothing/gloves/black = 2,
|
||||
/obj/item/weapon/storage/backpack/toxins,
|
||||
@@ -274,6 +275,7 @@
|
||||
/obj/item/clothing/under/rank/chemist/skirt = 2,
|
||||
/obj/item/clothing/shoes/white = 2,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/chemist = 2,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/chemist,
|
||||
/obj/item/weapon/storage/backpack/chemistry = 2,
|
||||
/obj/item/weapon/storage/backpack/satchel/chem = 2,
|
||||
/obj/item/weapon/storage/bag/chemistry = 2,)
|
||||
@@ -301,6 +303,7 @@
|
||||
/obj/item/clothing/under/rank/virologist/skirt = 2,
|
||||
/obj/item/clothing/shoes/white = 2,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/virologist = 2,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/viro,
|
||||
/obj/item/clothing/mask/surgical = 2,
|
||||
/obj/item/weapon/storage/backpack/virology = 2,
|
||||
/obj/item/weapon/storage/backpack/satchel/vir = 2)
|
||||
|
||||
Reference in New Issue
Block a user