mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Bugfixing, style changes
Tried to make the loadout versions follow convention. Fixed path issue with vendor, changing "/chemist" to "/chem"
This commit is contained in:
@@ -14,11 +14,17 @@
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old
|
||||
|
||||
/datum/gear/suit/labcoat_cmo_old
|
||||
display_name = "CMO's labcoat, oldschool"
|
||||
display_name = "labcoat, CMO, oldschool"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/cmo
|
||||
allowed_roles = list("Chief Medical officer")
|
||||
allowed_roles = list("Chief Medical Officer")
|
||||
|
||||
/datum/gear/suit/roles/labcoat_old/new()
|
||||
/datum/gear/suit/roles/labcoat_old
|
||||
display_name = "labcoat selection, department, oldschool"
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox
|
||||
cost = 2
|
||||
|
||||
|
||||
/datum/gear/suit/roles/labcoat_old/New()
|
||||
..()
|
||||
var/list/labcoats = list(
|
||||
"Oldschool Scientist's Labcoat" = /obj/item/clothing/suit/storage/toggle/labcoat/old/tox,
|
||||
|
||||
@@ -26,6 +26,9 @@
|
||||
default_worn_icon = 'icons/inventory/head/mob_vr.dmi'
|
||||
icon_state = "bio_mod"
|
||||
|
||||
// Labcoat icons from before the fulpstation labcoats became default
|
||||
// denoted "old" to avoid conflict
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/old
|
||||
name = "old-school labcoat"
|
||||
|
||||
|
||||
@@ -1245,7 +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/toggle/labcoat/old/chem = 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,
|
||||
|
||||
Reference in New Issue
Block a user