From cb1e9df8be7f7201ebd7485bfafdc17f32e3710d Mon Sep 17 00:00:00 2001 From: Toastical Date: Fri, 22 Nov 2024 20:13:35 +0200 Subject: [PATCH] Adds plasmaman envirosuits to departments (#27255) * Added envirosuits to departmental vendors * added envirosuits to garment bags * added mining envirosuit to mining wardrobe locker * fixed genedrobe organization --- .../machinery/vendors/wardrobe_vendors.dm | 136 +++++++++++++----- .../objects/items/weapons/storage/garment.dm | 28 ++++ code/modules/mining/mine_items.dm | 4 + 3 files changed, 134 insertions(+), 34 deletions(-) diff --git a/code/game/machinery/vendors/wardrobe_vendors.dm b/code/game/machinery/vendors/wardrobe_vendors.dm index 877058d2d82..56f5736359d 100644 --- a/code/game/machinery/vendors/wardrobe_vendors.dm +++ b/code/game/machinery/vendors/wardrobe_vendors.dm @@ -43,7 +43,9 @@ /obj/item/storage/backpack/security = 2, /obj/item/storage/backpack/satchel_sec = 2, /obj/item/clothing/gloves/color/black = 4, - /obj/item/clothing/accessory/armband/sec = 6) + /obj/item/clothing/accessory/armband/sec = 6, + /obj/item/clothing/head/helmet/space/plasmaman/security = 4, + /obj/item/clothing/under/plasmaman/security = 4) contraband = list(/obj/item/clothing/head/helmet/street_judge = 1, /obj/item/clothing/suit/armor/vest/street_judge = 1, @@ -84,6 +86,8 @@ /obj/item/storage/backpack/satchel_sec = 50, /obj/item/clothing/gloves/color/black = 20, /obj/item/clothing/accessory/armband/sec = 20, + /obj/item/clothing/head/helmet/space/plasmaman/security = 60, + /obj/item/clothing/under/plasmaman/security = 60, /obj/item/clothing/shoes/jackboots/noisy = 200) refill_canister = /obj/item/vending_refill/secdrobe @@ -119,7 +123,9 @@ /obj/item/clothing/gloves/color/black = 2, /obj/item/clothing/gloves/color/latex = 2, /obj/item/reagent_containers/drinks/flask/detflask = 2, - /obj/item/storage/fancy/cigarettes/dromedaryco = 5) + /obj/item/storage/fancy/cigarettes/dromedaryco = 5, + /obj/item/clothing/head/helmet/space/plasmaman/white = 2, + /obj/item/clothing/under/plasmaman/enviroslacks = 2) prices = list(/obj/item/clothing/under/rank/security/detective = 50, /obj/item/clothing/under/rank/security/detective/black = 75, @@ -141,7 +147,9 @@ /obj/item/clothing/gloves/color/black = 20, /obj/item/clothing/gloves/color/latex = 20, /obj/item/reagent_containers/drinks/flask/detflask = 50, - /obj/item/storage/fancy/cigarettes/dromedaryco = 5) + /obj/item/storage/fancy/cigarettes/dromedaryco = 5, + /obj/item/clothing/head/helmet/space/plasmaman/white = 60, + /obj/item/clothing/under/plasmaman/enviroslacks = 60) contraband = list(/obj/item/toy/figure/crew/detective = 1) @@ -184,7 +192,9 @@ /obj/item/storage/backpack/medic = 2, /obj/item/storage/backpack/satchel_med = 2, /obj/item/storage/backpack/duffel/medical = 2, - /obj/item/clothing/gloves/color/latex/nitrile = 3) + /obj/item/clothing/gloves/color/latex/nitrile = 3, + /obj/item/clothing/head/helmet/space/plasmaman/medical = 3, + /obj/item/clothing/under/plasmaman/medical = 3) contraband = list(/obj/item/toy/figure/crew/md = 1) @@ -214,7 +224,9 @@ /obj/item/storage/backpack/medic = 50, /obj/item/storage/backpack/satchel_med = 50, /obj/item/storage/backpack/duffel/medical = 50, - /obj/item/clothing/gloves/color/latex/nitrile = 50) + /obj/item/clothing/gloves/color/latex/nitrile = 50, + /obj/item/clothing/head/helmet/space/plasmaman/medical = 60, + /obj/item/clothing/under/plasmaman/medical = 60) refill_canister = /obj/item/vending_refill/medidrobe @@ -241,7 +253,9 @@ /obj/item/clothing/shoes/sandal/white = 2, /obj/item/storage/backpack/virology = 2, /obj/item/storage/backpack/satchel_vir = 2, - /obj/item/storage/backpack/duffel/virology = 2) + /obj/item/storage/backpack/duffel/virology = 2, + /obj/item/clothing/head/helmet/space/plasmaman/viro = 2, + /obj/item/clothing/under/plasmaman/viro = 2) contraband = list(/obj/item/toy/figure/crew/virologist = 1) @@ -256,7 +270,9 @@ /obj/item/clothing/shoes/sandal/white = 20, /obj/item/storage/backpack/virology = 50, /obj/item/storage/backpack/satchel_vir = 50, - /obj/item/storage/backpack/duffel/virology = 50) + /obj/item/storage/backpack/duffel/virology = 50, + /obj/item/clothing/head/helmet/space/plasmaman/viro = 60, + /obj/item/clothing/under/plasmaman/viro = 60) refill_canister = /obj/item/vending_refill/virodrobe @@ -283,7 +299,9 @@ /obj/item/storage/bag/chemistry = 2, /obj/item/storage/backpack/chemistry = 2, /obj/item/storage/backpack/satchel_chem = 2, - /obj/item/storage/backpack/duffel/chemistry = 2) + /obj/item/storage/backpack/duffel/chemistry = 2, + /obj/item/clothing/head/helmet/space/plasmaman/chemist = 2, + /obj/item/clothing/under/plasmaman/chemist = 2) prices = list(/obj/item/clothing/under/rank/medical/chemist = 50, /obj/item/clothing/under/rank/medical/chemist/skirt = 50, @@ -296,7 +314,9 @@ /obj/item/clothing/shoes/sandal/white = 20, /obj/item/storage/backpack/chemistry = 50, /obj/item/storage/backpack/satchel_chem = 50, - /obj/item/storage/backpack/duffel/chemistry = 50) + /obj/item/storage/backpack/duffel/chemistry = 50, + /obj/item/clothing/head/helmet/space/plasmaman/chemist = 60, + /obj/item/clothing/under/plasmaman/chemist = 60) contraband = list(/obj/item/toy/figure/crew/chemist = 1) @@ -313,13 +333,15 @@ ads_list = "Perfect for the mad scientist in you!" vend_reply = "Thank you for using the GeneDrobe!" products = list(/obj/item/clothing/under/rank/rnd/geneticist = 3, - /obj/item/clothing/suit/storage/labcoat/genetics = 3, /obj/item/clothing/shoes/laceup = 3, /obj/item/clothing/shoes/white = 3, /obj/item/clothing/shoes/sandal/white = 3, /obj/item/storage/backpack/genetics = 2, /obj/item/storage/backpack/satchel_gen = 2, - /obj/item/storage/backpack/duffel/genetics = 2) + /obj/item/storage/backpack/duffel/genetics = 2, + /obj/item/clothing/suit/storage/labcoat/genetics = 3, + /obj/item/clothing/head/helmet/space/plasmaman/genetics = 3, + /obj/item/clothing/under/plasmaman/genetics = 3) contraband = list(/obj/item/toy/figure/crew/geneticist = 1) @@ -330,7 +352,9 @@ /obj/item/clothing/shoes/sandal/white = 20, /obj/item/storage/backpack/genetics = 50, /obj/item/storage/backpack/satchel_gen = 50, - /obj/item/storage/backpack/duffel/genetics = 50) + /obj/item/storage/backpack/duffel/genetics = 50, + /obj/item/clothing/head/helmet/space/plasmaman/genetics = 60, + /obj/item/clothing/under/plasmaman/genetics = 60) refill_canister = /obj/item/vending_refill/genedrobe @@ -360,7 +384,9 @@ /obj/item/clothing/shoes/sandal/white = 3, /obj/item/storage/backpack/science = 2, /obj/item/storage/backpack/satchel_tox = 2, - /obj/item/storage/backpack/duffel/science = 2) + /obj/item/storage/backpack/duffel/science = 2, + /obj/item/clothing/head/helmet/space/plasmaman/science = 3, + /obj/item/clothing/under/plasmaman/science = 3) contraband = list(/obj/item/toy/figure/crew/rd = 1, /obj/item/toy/figure/crew/scientist = 1) @@ -377,7 +403,9 @@ /obj/item/clothing/shoes/sandal/white = 20, /obj/item/storage/backpack/science = 50, /obj/item/storage/backpack/satchel_tox = 50, - /obj/item/storage/backpack/duffel/science = 50) + /obj/item/storage/backpack/duffel/science = 50, + /obj/item/clothing/head/helmet/space/plasmaman/science = 60, + /obj/item/clothing/under/plasmaman/science = 60) refill_canister = /obj/item/vending_refill/scidrobe @@ -407,7 +435,9 @@ /obj/item/clothing/shoes/black = 3, /obj/item/storage/backpack/robotics = 2, /obj/item/storage/backpack/satchel_robo = 2, - /obj/item/storage/backpack/duffel/robotics = 2) + /obj/item/storage/backpack/duffel/robotics = 2, + /obj/item/clothing/head/helmet/space/plasmaman/robotics = 3, + /obj/item/clothing/under/plasmaman/robotics = 3) contraband = list(/obj/item/toy/figure/crew/roboticist = 1, /obj/item/toy/figure/crew/borg = 1) @@ -426,7 +456,9 @@ /obj/item/clothing/shoes/black = 20, /obj/item/storage/backpack/robotics = 50, /obj/item/storage/backpack/satchel_robo = 50, - /obj/item/storage/backpack/duffel/robotics = 50) + /obj/item/storage/backpack/duffel/robotics = 50, + /obj/item/clothing/head/helmet/space/plasmaman/robotics = 60, + /obj/item/clothing/under/plasmaman/robotics = 60) refill_canister = /obj/item/vending_refill/robodrobe @@ -458,7 +490,9 @@ /obj/item/storage/backpack/satchel_eng = 2, /obj/item/storage/backpack/duffel/engineering = 2, /obj/item/clothing/gloves/color/yellow = 2, - /obj/item/storage/belt/utility = 2) + /obj/item/storage/belt/utility = 2, + /obj/item/clothing/head/helmet/space/plasmaman/engineering = 3, + /obj/item/clothing/under/plasmaman/engineering = 3) contraband = list(/obj/item/toy/figure/crew/ce = 1, /obj/item/toy/figure/crew/engineer = 1) @@ -479,7 +513,9 @@ /obj/item/storage/backpack/satchel_eng = 50, /obj/item/storage/backpack/duffel/engineering = 50, /obj/item/clothing/gloves/color/yellow = 250, - /obj/item/storage/belt/utility = 75) + /obj/item/storage/belt/utility = 75, + /obj/item/clothing/head/helmet/space/plasmaman/engineering = 60, + /obj/item/clothing/under/plasmaman/engineering = 60) refill_canister = /obj/item/vending_refill/engidrobe @@ -512,7 +548,9 @@ /obj/item/storage/backpack/industrial/atmos = 2, /obj/item/storage/backpack/satchel_atmos = 2, /obj/item/storage/backpack/duffel/atmos = 2, - /obj/item/storage/belt/utility = 2) + /obj/item/storage/belt/utility = 2, + /obj/item/clothing/head/helmet/space/plasmaman/atmospherics = 3, + /obj/item/clothing/under/plasmaman/atmospherics = 3) contraband = list(/obj/item/toy/figure/crew/atmos = 1) @@ -533,7 +571,9 @@ /obj/item/storage/backpack/industrial/atmos = 50, /obj/item/storage/backpack/satchel_atmos = 50, /obj/item/storage/backpack/duffel/atmos = 50, - /obj/item/storage/belt/utility = 75) + /obj/item/storage/belt/utility = 75, + /obj/item/clothing/head/helmet/space/plasmaman/atmospherics = 60, + /obj/item/clothing/under/plasmaman/atmospherics = 60) refill_canister = /obj/item/vending_refill/atmosdrobe @@ -563,7 +603,9 @@ /obj/item/clothing/gloves/fingerless = 6, /obj/item/clothing/accessory/armband/cargo = 6, /obj/item/clothing/shoes/black = 3, - /obj/item/clothing/shoes/workboots = 3) + /obj/item/clothing/shoes/workboots = 3, + /obj/item/clothing/head/helmet/space/plasmaman/cargo = 3, + /obj/item/clothing/under/plasmaman/cargo = 3) contraband = list(/obj/item/toy/figure/crew/qm = 1, /obj/item/toy/figure/crew/cargotech = 1, @@ -582,7 +624,9 @@ /obj/item/clothing/gloves/fingerless = 20, /obj/item/clothing/accessory/armband/cargo = 20, /obj/item/clothing/shoes/black = 20, - /obj/item/clothing/shoes/workboots = 20) + /obj/item/clothing/shoes/workboots = 20, + /obj/item/clothing/head/helmet/space/plasmaman/cargo = 60, + /obj/item/clothing/under/plasmaman/cargo = 60) refill_canister = /obj/item/vending_refill/cargodrobe @@ -611,7 +655,9 @@ /obj/item/clothing/shoes/jackboots = 3, /obj/item/clothing/mask/gas/explorer = 3, /obj/item/storage/backpack/explorer = 2, - /obj/item/storage/backpack/satchel/explorer = 2) + /obj/item/storage/backpack/satchel/explorer = 2, + /obj/item/clothing/head/helmet/space/plasmaman/expedition = 3, + /obj/item/clothing/under/plasmaman/expedition = 3) contraband = list(/obj/item/toy/figure/crew/explorer = 1) @@ -626,7 +672,9 @@ /obj/item/clothing/accessory/armband/cargo = 20, /obj/item/clothing/shoes/jackboots = 20, /obj/item/storage/backpack/explorer = 50, - /obj/item/storage/backpack/satchel/explorer = 50) + /obj/item/storage/backpack/satchel/explorer = 50, + /obj/item/clothing/head/helmet/space/plasmaman/expedition = 60, + /obj/item/clothing/under/plasmaman/expedition = 60) refill_canister = /obj/item/vending_refill/exploredrobe @@ -655,7 +703,9 @@ /obj/item/clothing/accessory/waistcoat = 2, /obj/item/clothing/accessory/armband/service = 3, /obj/item/reagent_containers/glass/rag = 3, - /obj/item/storage/box/dish_drive = 1) + /obj/item/storage/box/dish_drive = 1, + /obj/item/clothing/head/helmet/space/plasmaman/chef = 2, + /obj/item/clothing/under/plasmaman/chef = 2) contraband = list(/obj/item/toy/figure/crew/chef = 1) @@ -672,7 +722,9 @@ /obj/item/clothing/accessory/waistcoat = 20, /obj/item/clothing/accessory/armband/service = 20, /obj/item/reagent_containers/glass/rag = 5, - /obj/item/storage/box/dish_drive = 100) + /obj/item/storage/box/dish_drive = 100, + /obj/item/clothing/head/helmet/space/plasmaman/chef = 60, + /obj/item/clothing/under/plasmaman/chef = 60) refill_canister = /obj/item/vending_refill/chefdrobe @@ -697,7 +749,9 @@ /obj/item/clothing/accessory/waistcoat = 2, /obj/item/clothing/accessory/armband/service = 3, /obj/item/reagent_containers/glass/rag = 3, - /obj/item/storage/box/dish_drive = 1) + /obj/item/storage/box/dish_drive = 1, + /obj/item/clothing/head/helmet/space/plasmaman/white = 2, + /obj/item/clothing/under/plasmaman/enviroslacks = 2) contraband = list(/obj/item/toy/figure/crew/bartender = 1) @@ -712,7 +766,9 @@ /obj/item/clothing/accessory/waistcoat = 20, /obj/item/clothing/accessory/armband/service = 20, /obj/item/reagent_containers/glass/rag = 5, - /obj/item/storage/box/dish_drive = 100) + /obj/item/storage/box/dish_drive = 100, + /obj/item/clothing/head/helmet/space/plasmaman/white = 60, + /obj/item/clothing/under/plasmaman/enviroslacks = 60) refill_canister = /obj/item/vending_refill/bardrobe @@ -739,7 +795,9 @@ /obj/item/clothing/accessory/armband/service = 3, /obj/item/storage/backpack/botany = 2, /obj/item/storage/backpack/satchel_hyd = 2, - /obj/item/storage/backpack/duffel/hydro = 2) + /obj/item/storage/backpack/duffel/hydro = 2, + /obj/item/clothing/head/helmet/space/plasmaman/botany = 3, + /obj/item/clothing/under/plasmaman/botany = 3) contraband = list(/obj/item/toy/figure/crew/botanist = 1) @@ -755,7 +813,9 @@ /obj/item/clothing/accessory/armband/service = 20, /obj/item/storage/backpack/botany = 50, /obj/item/storage/backpack/satchel_hyd = 50, - /obj/item/storage/backpack/duffel/hydro = 50) + /obj/item/storage/backpack/duffel/hydro = 50, + /obj/item/clothing/head/helmet/space/plasmaman/botany = 60, + /obj/item/clothing/under/plasmaman/botany = 60) refill_canister = /obj/item/vending_refill/hydrodrobe @@ -781,7 +841,9 @@ /obj/item/clothing/gloves/janitor = 3, /obj/item/clothing/shoes/galoshes = 3, /obj/item/clothing/accessory/armband/service = 3, - /obj/item/storage/belt/janitor = 3) + /obj/item/storage/belt/janitor = 3, + /obj/item/clothing/head/helmet/space/plasmaman/janitor = 3, + /obj/item/clothing/under/plasmaman/janitor = 3) contraband = list(/obj/item/toy/figure/crew/janitor = 1) @@ -792,7 +854,9 @@ /obj/item/clothing/head/soft/janitorpurple = 20, /obj/item/clothing/head/beret/janitor = 20, /obj/item/clothing/suit/storage/hazardvest/staff = 50, - /obj/item/clothing/accessory/armband/service = 20) + /obj/item/clothing/accessory/armband/service = 20, + /obj/item/clothing/head/helmet/space/plasmaman/janitor = 60, + /obj/item/clothing/under/plasmaman/janitor = 60) refill_canister = /obj/item/vending_refill/janidrobe @@ -827,7 +891,9 @@ /obj/item/clothing/shoes/black = 2, /obj/item/clothing/shoes/brown = 2, /obj/item/clothing/glasses/sunglasses/big = 2, - /obj/item/clothing/accessory/armband/procedure = 2) + /obj/item/clothing/accessory/armband/procedure = 2, + /obj/item/clothing/head/helmet/space/plasmaman/white = 2, + /obj/item/clothing/under/plasmaman/enviroslacks = 2) contraband = list(/obj/item/toy/figure/crew/iaa = 1) @@ -850,6 +916,8 @@ /obj/item/clothing/shoes/black = 20, /obj/item/clothing/shoes/brown = 20, /obj/item/clothing/glasses/sunglasses/big = 30, - /obj/item/clothing/accessory/armband/procedure = 20) + /obj/item/clothing/accessory/armband/procedure = 20, + /obj/item/clothing/head/helmet/space/plasmaman/white = 60, + /obj/item/clothing/under/plasmaman/enviroslacks = 60) refill_canister = /obj/item/vending_refill/lawdrobe diff --git a/code/game/objects/items/weapons/storage/garment.dm b/code/game/objects/items/weapons/storage/garment.dm index b931ea2a76c..7dc9fc8bea6 100644 --- a/code/game/objects/items/weapons/storage/garment.dm +++ b/code/game/objects/items/weapons/storage/garment.dm @@ -48,6 +48,8 @@ new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/clothing/glasses/hud/security/sunglasses(src) new /obj/item/clothing/glasses/hud/health/sunglasses(src) + new /obj/item/clothing/head/helmet/space/plasmaman/captain(src) + new /obj/item/clothing/under/plasmaman/captain(src) /obj/item/storage/bag/garment/head_of_personnel name = "head of personnel's garment bag" @@ -71,6 +73,8 @@ new /obj/item/clothing/shoes/white(src) new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/clothing/glasses/hud/skills/sunglasses(src) + new /obj/item/clothing/head/helmet/space/plasmaman/hop(src) + new /obj/item/clothing/under/plasmaman/hop(src) /obj/item/storage/bag/garment/head_of_security name = "head of security's garment bag" @@ -88,6 +92,8 @@ new /obj/item/clothing/under/rank/security/head_of_security/skirt(src) new /obj/item/clothing/under/rank/security/head_of_security/skirt/corporate(src) new /obj/item/clothing/glasses/hud/security/sunglasses(src) + new /obj/item/clothing/head/helmet/space/plasmaman/security/hos(src) + new /obj/item/clothing/under/plasmaman/security/hos(src) /obj/item/storage/bag/garment/research_director name = "research director's garment bag" @@ -104,6 +110,8 @@ new /obj/item/clothing/glasses/science(src) new /obj/item/clothing/glasses/welding/superior(src) new /obj/item/clothing/glasses/hud/diagnostic/sunglasses(src) + new /obj/item/clothing/head/helmet/space/plasmaman/rd(src) + new /obj/item/clothing/under/plasmaman/rd(src) /obj/item/storage/bag/garment/chief_medical_officer @@ -124,6 +132,8 @@ new /obj/item/clothing/shoes/white(src) new /obj/item/clothing/shoes/brown (src) new /obj/item/clothing/gloves/color/latex/nitrile(src) + new /obj/item/clothing/head/helmet/space/plasmaman/cmo(src) + new /obj/item/clothing/under/plasmaman/cmo(src) /obj/item/storage/bag/garment/chief_engineer name = "chief engineer's garment bag" @@ -141,6 +151,8 @@ new /obj/item/clothing/glasses/welding/superior(src) new /obj/item/clothing/glasses/meson/sunglasses(src) new /obj/item/clothing/gloves/color/yellow(src) + new /obj/item/clothing/head/helmet/space/plasmaman/engineering/ce(src) + new /obj/item/clothing/under/plasmaman/engineering/ce(src) /obj/item/storage/bag/garment/nanotrasen_representative name = "\improper Nanotrasen representative's garment bag" @@ -157,6 +169,8 @@ new /obj/item/clothing/glasses/hud/skills/sunglasses(src) new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/clothing/gloves/color/white(src) + new /obj/item/clothing/head/helmet/space/plasmaman/white(src) + new /obj/item/clothing/under/plasmaman/enviroslacks(src) /obj/item/storage/bag/garment/magistrate name = "magistrate's garment bag" @@ -172,6 +186,8 @@ new /obj/item/clothing/shoes/centcom(src) new /obj/item/clothing/glasses/sunglasses(src) new /obj/item/clothing/gloves/color/white(src) + new /obj/item/clothing/head/helmet/space/plasmaman/white(src) + new /obj/item/clothing/under/plasmaman/enviroslacks(src) /obj/item/storage/bag/garment/blueshield name = "blueshield's garment bag" @@ -193,6 +209,8 @@ new /obj/item/clothing/glasses/hud/health/sunglasses(src) new /obj/item/clothing/glasses/hud/skills/sunglasses(src) new /obj/item/clothing/accessory/blue(src) + new /obj/item/clothing/head/helmet/space/plasmaman/blueshield(src) + new /obj/item/clothing/under/plasmaman/blueshield(src) /obj/item/storage/bag/garment/quartermaster name = "quartermaster's garment bag" @@ -213,6 +231,8 @@ new /obj/item/clothing/suit/storage/hazardvest/qm(src) new /obj/item/clothing/gloves/color/black(src) new /obj/item/tank/internals/emergency_oxygen/double(src) + new /obj/item/clothing/head/helmet/space/plasmaman/cargo(src) + new /obj/item/clothing/under/plasmaman/cargo(src) /obj/item/storage/bag/garment/warden name = "warden's garment bag" @@ -230,6 +250,8 @@ new /obj/item/clothing/under/rank/security/warden/skirt/corporate(src) new /obj/item/clothing/mask/gas/sechailer/warden(src) new /obj/item/clothing/glasses/hud/security/sunglasses(src) + new /obj/item/clothing/head/helmet/space/plasmaman/security/warden(src) + new /obj/item/clothing/under/plasmaman/security/warden(src) /obj/item/storage/bag/garment/detective name = "detective's garment bag" @@ -270,6 +292,8 @@ new /obj/item/clothing/gloves/ring/silver(src) new /obj/item/clothing/gloves/ring/gold(src) new /obj/item/clothing/gloves/ring/gold(src) + new /obj/item/clothing/head/helmet/space/plasmaman/chaplain(src) + new /obj/item/clothing/under/plasmaman/chaplain(src) /obj/item/storage/bag/garment/psychologist name = "psychologist's garment bag" @@ -285,6 +309,8 @@ new /obj/item/clothing/glasses/hud/health(src) new /obj/item/clothing/glasses/hud/skills(src) new /obj/item/clothing/accessory/blue(src) + new /obj/item/clothing/head/helmet/space/plasmaman(src) + new /obj/item/clothing/under/plasmaman(src) /obj/item/storage/bag/garment/paramedic name = "paramedic's garment bag" @@ -299,6 +325,8 @@ new /obj/item/clothing/gloves/color/latex(src) new /obj/item/clothing/gloves/color/latex/nitrile(src) new /obj/item/clothing/shoes/black(src) + new /obj/item/clothing/head/helmet/space/plasmaman/medical(src) + new /obj/item/clothing/under/plasmaman/medical(src) /obj/item/storage/bag/garment/explorer name = "explorer's garment bag" diff --git a/code/modules/mining/mine_items.dm b/code/modules/mining/mine_items.dm index 682a21b7a02..b9ec9519f97 100644 --- a/code/modules/mining/mine_items.dm +++ b/code/modules/mining/mine_items.dm @@ -42,6 +42,10 @@ new /obj/item/clothing/suit/jacket/bomber/mining(src) new /obj/item/clothing/suit/hooded/wintercoat/miner(src) new /obj/item/clothing/suit/hooded/wintercoat/miner(src) + new /obj/item/clothing/head/helmet/space/plasmaman/mining(src) + new /obj/item/clothing/head/helmet/space/plasmaman/mining(src) + new /obj/item/clothing/under/plasmaman/mining(src) + new /obj/item/clothing/under/plasmaman/mining(src) /obj/structure/closet/secure_closet/miner name = "miner's equipment"