mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-19 12:12:43 +01:00
Adds job winter coats to job lockers
This commit is contained in:
@@ -25,6 +25,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,
|
||||
@@ -59,6 +60,7 @@
|
||||
starts_with = list(
|
||||
/obj/item/clothing/under/rank/janitor,
|
||||
/obj/item/clothing/under/dress/maid/janitor,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/janitor,
|
||||
/obj/item/radio/headset/headset_service,
|
||||
/obj/item/cartridge/janitor,
|
||||
/obj/item/clothing/gloves/black,
|
||||
@@ -98,4 +100,4 @@
|
||||
/obj/item/clothing/glasses/sunglasses/big = 2,
|
||||
/obj/item/clothing/under/lawyer/blue = 2,
|
||||
/obj/item/clothing/under/lawyer/blue/skirt = 2,
|
||||
/obj/item/tape/random = 2)
|
||||
/obj/item/tape/random = 2)
|
||||
|
||||
@@ -47,6 +47,7 @@
|
||||
/obj/item/clothing/glasses/meson,
|
||||
/obj/item/clothing/head/soft,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/cargo,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/cargo/qm,
|
||||
/obj/item/clothing/shoes/boots/winter/supply)
|
||||
|
||||
/obj/structure/closet/secure_closet/quartermaster/Initialize()
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
/obj/item/radio/headset/headset_med,
|
||||
/obj/item/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,
|
||||
@@ -103,6 +104,8 @@
|
||||
/obj/item/clothing/mask/gas,
|
||||
/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/radio/headset/headset_med/alt,
|
||||
/obj/item/cartridge/medical,
|
||||
/obj/item/storage/briefcase/inflatable,
|
||||
@@ -139,6 +142,7 @@
|
||||
/obj/item/flash,
|
||||
/obj/item/reagent_containers/hypospray/vial,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/cmo,
|
||||
/obj/item/clothing/shoes/boots/winter/medical,
|
||||
/obj/item/storage/box/freezer,
|
||||
/obj/item/clothing/mask/gas,
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
/obj/item/clothing/mask/gas,
|
||||
/obj/item/flash,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/science,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/science/rd,
|
||||
/obj/item/clothing/shoes/boots/winter/science)
|
||||
|
||||
/obj/structure/closet/secure_closet/xenoarchaeologist
|
||||
@@ -55,7 +56,7 @@
|
||||
/obj/item/clothing/under/rank/scientist,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat,
|
||||
/obj/item/clothing/shoes/white,
|
||||
/obj/item/melee/umbrella, // vorestation addition,
|
||||
/obj/item/melee/umbrella,
|
||||
/obj/item/clothing/glasses/science,
|
||||
/obj/item/radio/headset/headset_sci,
|
||||
/obj/item/storage/belt/archaeology,
|
||||
@@ -80,4 +81,4 @@
|
||||
/obj/item/measuring_tape,
|
||||
/obj/item/pickaxe/hand,
|
||||
/obj/item/storage/bag/fossils,
|
||||
/obj/item/hand_labeler)
|
||||
/obj/item/hand_labeler)
|
||||
|
||||
@@ -57,6 +57,7 @@
|
||||
/obj/item/clothing/head/caphat/hop,
|
||||
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit,
|
||||
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit/skirt,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/hop,
|
||||
/obj/item/clothing/glasses/sunglasses)
|
||||
|
||||
|
||||
@@ -97,6 +98,7 @@
|
||||
/obj/item/melee/telebaton,
|
||||
/obj/item/clothing/head/beret/sec/corporate/hos,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/security,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/security/hos,
|
||||
/obj/item/clothing/shoes/boots/winter/security,
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/clothing/mask/gas/half,
|
||||
|
||||
@@ -235,6 +235,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/storage/backpack/toxins,
|
||||
@@ -258,6 +259,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/storage/backpack/chemistry = 2,
|
||||
/obj/item/storage/backpack/satchel/chem = 2,
|
||||
/obj/item/storage/bag/chemistry = 2,)
|
||||
@@ -285,6 +287,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/storage/backpack/virology = 2,
|
||||
/obj/item/storage/backpack/satchel/vir = 2)
|
||||
|
||||
Reference in New Issue
Block a user