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,