mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 17:44:25 +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,
|
||||
|
||||
Reference in New Issue
Block a user