mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Investigators Can Use Holobadge (#13531)
This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
/datum/gear/accessory/holobadge
|
||||
display_name = "badge, holographic"
|
||||
path = /obj/item/clothing/accessory/badge/holo
|
||||
allowed_roles = list("Security Officer","Head of Security", "Warden", "Security Cadet")
|
||||
allowed_roles = list("Head of Security", "Investigator", "Warden", "Security Officer", "Security Cadet")
|
||||
|
||||
/datum/gear/accessory/holobadge/New()
|
||||
..()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: SleepyGemmy
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Lets investigators use the holobadge."
|
||||
Reference in New Issue
Block a user