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:
Runa Dacino
2021-12-08 18:24:52 +01:00
parent 8fad281f41
commit f858ca2a42
3 changed files with 13 additions and 4 deletions
@@ -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"
+1 -1
View File
@@ -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,