Fixes detective badge job whitelists in the loadout. (#10817)

This commit is contained in:
Wowzewow (Wezzy)
2020-12-18 12:50:07 -03:00
committed by GitHub
parent 7cbe91a7bf
commit beeb7e381b
2 changed files with 42 additions and 1 deletions
@@ -251,7 +251,7 @@
/datum/gear/accessory/detbadge
display_name = "badge, detective"
path = /obj/item/clothing/accessory/badge/dia
allowed_roles = list("Detective, Forensic Technician")
allowed_roles = list("Detective", "Forensic Technician")
/datum/gear/accessory/badge
display_name = "badge selection"