mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +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
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// 'Modern' labcoats
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/modern
|
||||
name = "modern labcoat"
|
||||
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_mod"
|
||||
@@ -25,3 +25,38 @@
|
||||
icon = 'icons/inventory/head/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/head/mob_vr.dmi'
|
||||
icon_state = "bio_mod"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old
|
||||
name = "old-school labcoat"
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_old"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/tox
|
||||
name = "old-school scientist's labcoat"
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_old_tox"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/chem
|
||||
name = "old-school chemist's labcoat"
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_old_chem"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/vir
|
||||
name = "old-school virologist's labcoat"
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_old_vir"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/cmo
|
||||
name = "old-school CMO's labcoat"
|
||||
|
||||
icon = 'icons/inventory/suit/item_vr.dmi'
|
||||
default_worn_icon = 'icons/inventory/suit/mob_vr.dmi'
|
||||
icon_state = "labcoat_old_cmo"
|
||||
@@ -1224,6 +1224,7 @@
|
||||
/obj/item/clothing/shoes/white = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/modern = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old = 5, //VoreStation edit, pre-fulp labcoat.
|
||||
/obj/item/clothing/mask/surgical = 5,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical = 5,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/alt = 5,
|
||||
@@ -1244,6 +1245,7 @@
|
||||
/obj/item/clothing/under/rank/chemist/skirt = 5,
|
||||
/obj/item/clothing/shoes/white = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/chemist = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/chemist = 5, //VoreStation edit, pre-fulp labcoat.
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/chemist = 5,
|
||||
/obj/item/clothing/head/beret/medical/chem = 5,
|
||||
/obj/item/weapon/storage/backpack/chemistry = 5,
|
||||
@@ -1281,7 +1283,8 @@
|
||||
/obj/item/clothing/under/rank/virologist/skirt = 5,
|
||||
/obj/item/clothing/shoes/white = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/virologist = 5,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/viro = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old/vir = 5,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/medical/viro = 5, //VoreStation edit, pre-fulp labcoat.
|
||||
/obj/item/clothing/head/beret/medical/viro = 5,
|
||||
/obj/item/clothing/mask/surgical = 5,
|
||||
/obj/item/weapon/storage/backpack/virology = 5,
|
||||
@@ -1301,6 +1304,7 @@
|
||||
/obj/item/clothing/under/rank/scientist/skirt = 5,
|
||||
/obj/item/clothing/under/rank/scientist/turtleneck = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old = 5, //VoreStation edit, pre-fulp labcoat.
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/modern = 5,
|
||||
/obj/item/clothing/shoes/white = 5,
|
||||
/obj/item/clothing/shoes/slippers = 5,
|
||||
|
||||
@@ -1139,7 +1139,8 @@
|
||||
product_ads = "Dress your best! It's what big D would want.;Overwear for all occasions!;Big D has what you need if what you need is some form of jacket!;Need a new hoodie? Bid D has you covered.;Big D says you need a new suit!;Big D smiles when he sees you in one of his coats!"
|
||||
icon_state = "suit"
|
||||
vend_delay = 16
|
||||
products = list(/obj/item/clothing/suit/storage/apron = 5,
|
||||
products = list(/obj/item/clothing/suit/storage/toggle/labcoat/old = 100,
|
||||
/obj/item/clothing/suit/storage/apron = 5,
|
||||
/obj/item/clothing/suit/storage/flannel/aqua = 5,
|
||||
/obj/item/clothing/suit/storage/toggle/bomber = 5,
|
||||
/obj/item/clothing/suit/storage/bomber/alt = 5,
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 108 KiB |
Reference in New Issue
Block a user