mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
Brings back labcoats before fulp PR
While the labcoats provided by fulpstation do look rather nice, I find myself yearning for the original icons. They look "sharper", more "ironed." At this point, I'm only bringing back departmental wear, since the coloured labcoats aren't that different. I may bring back the coloured ones too. Labcoats were added to the vending machines too, for in-round use. At loadout, at the moment, anyone may use the purple/green/yellow trim labcoats, as I'm yet to figure out how to do that. However, seeing that the security poncho is available to everyone too... I think it's not an issue.
This commit is contained in:
@@ -9,6 +9,24 @@
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/suit/labcoat_old
|
||||
display_name = "labcoat, old-school"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old
|
||||
|
||||
/datum/gear/suit/labcoat_cmo_old
|
||||
display_name = "CMO's labcoat, oldschool"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/cmo
|
||||
allowed_roles = list("Chief Medical officer")
|
||||
|
||||
/datum/gear/suit/roles/labcoat_old/new()
|
||||
..()
|
||||
var/list/labcoats = list(
|
||||
"Oldschool Scientist's Labcoat" = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox,
|
||||
"Oldschool Virologist's Labcoat" = /obj/item/clothing/suit/storage/toggle/labcoat/old/vir,
|
||||
"Oldschool Chemist's Labcoat" = /obj/item/clothing/suit/storage/toggle/labcoat/old/chem
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(labcoats)
|
||||
|
||||
/datum/gear/suit/jacket_modular
|
||||
display_name = "jacket, modular"
|
||||
path = /obj/item/clothing/suit/storage/fluff/jacket
|
||||
@@ -83,4 +101,6 @@ Talon winter coat
|
||||
*/
|
||||
/datum/gear/suit/wintercoat/talon
|
||||
display_name = "winter coat, Talon"
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/talon
|
||||
path = /obj/item/clothing/suit/storage/hooded/wintercoat/talon
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user