Adds bronze officer badges. (#10723)

This commit is contained in:
Wowzewow (Wezzy)
2020-12-09 17:10:29 +08:00
committed by GitHub
parent 860974ec9d
commit 6b86c585fd
6 changed files with 61 additions and 5 deletions

View File

@@ -222,7 +222,7 @@
path = /obj/item/clothing/accessory/dogtags
/datum/gear/accessory/holobadge
display_name = "badge, holo"
display_name = "badge, holographic"
path = /obj/item/clothing/accessory/badge/holo
allowed_roles = list("Security Officer","Head of Security", "Warden", "Security Cadet")
@@ -233,6 +233,11 @@
holobadges["holobadge cord"] = /obj/item/clothing/accessory/badge/holo/cord
gear_tweaks += new/datum/gear_tweak/path(holobadges)
/datum/gear/accessory/wardenbadge
display_name = "badge, officer"
path = /obj/item/clothing/accessory/badge/officer
allowed_roles = list("Security Officer")
/datum/gear/accessory/wardenbadge
display_name = "badge, warden"
path = /obj/item/clothing/accessory/badge/warden
@@ -246,7 +251,7 @@
/datum/gear/accessory/detbadge
display_name = "badge, detective"
path = /obj/item/clothing/accessory/badge/dia
allowed_roles = list("Detective")
allowed_roles = list("Detective, Forensic Technician")
/datum/gear/accessory/badge
display_name = "badge selection"