Fix medical utility uniform loadout selection and wallet colouring

This commit is contained in:
Cerebulon
2022-10-24 19:06:14 +01:00
parent 712c59328f
commit 85ac489598
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
path = /obj/item/storage/wallet/poly
/datum/gear/accessory/wallet/womens
display_name = "wallet, women's (colorable)"
display_name = "wallet, womens (colorable)"
path = /obj/item/storage/wallet/womens
/datum/gear/accessory/wallet/womens/New()

View File

@@ -398,7 +398,7 @@
utils[initial(util_type.name)] = util_type
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(utils))
/datum/gear/uniform/utility/medical
/datum/gear/uniform/utility_medical
display_name = "utility, medical"
path = /obj/item/clothing/under/rank/medical/utility
allowed_roles = list("Chief Medical Officer", "Paramedic", "Medical Doctor", "Psychiatrist", "Search and Rescue", "Chemist")