the media office returns, death to the journalist office (#23114)

linking because i dont wanna have to do the description again

https://github.com/Aurorastation/Aurora.3/pull/23100
This commit is contained in:
ant
2026-08-23 15:02:09 +00:00
committed by GitHub
parent 782b6b74ed
commit 39007368a7
11 changed files with 597 additions and 363 deletions
@@ -313,6 +313,16 @@ ABSTRACT_TYPE(/datum/gear/accessory)
badge["badge, electronic"] = /obj/item/clothing/accessory/badge/idbadge/intel
gear_tweaks += new /datum/gear_tweak/path(badge)
/datum/gear/accessory/pressbadge
display_name = "press badge, corporate"
path = /obj/item/clothing/accessory/badge/press
allowed_roles = list("Corporate Reporter")
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
/datum/gear/accessory/pressbadge/independent
display_name = "press badge, independent"
path = /obj/item/clothing/accessory/badge/press/independent
/datum/gear/accessory/namepin
display_name = "pins selection"
path = /obj/item/clothing/accessory/badge/namepin
@@ -102,6 +102,12 @@
path = /obj/item/storage/wallet/lanyard
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
/datum/gear/utility/press_lanyard
display_name = "press lanyard"
path = /obj/item/storage/wallet/lanyard/press
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
allowed_roles = list("Corporate Reporter")
/datum/gear/utility/recorder
display_name = "universal recorder"
path = /obj/item/taperecorder