[MIRROR] ATC and Culture Channels (#12850)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-07-18 23:39:33 -04:00
committed by GitHub
co-authored by Casey Cameron Lennox
parent c677d6d080
commit 130bce9a9d
19 changed files with 101 additions and 42 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ SUBSYSTEM_DEF(atc)
/datum/controller/subsystem/atc/proc/msg(message,sender)
ASSERT(message)
GLOB.global_announcer.autosay("[message]", sender ? sender : "[using_map.dock_name] Control")
GLOB.global_announcer.autosay("[message]", sender ? sender : "[using_map.dock_name] Control", CHANNEL_ATC)
/datum/controller/subsystem/atc/proc/is_squelched()
return squelched
@@ -98,7 +98,7 @@ SUBSYSTEM_DEF(appreciation)
/datum/controller/subsystem/appreciation/proc/msg(message,sender)
ASSERT(message)
GLOB.global_announcer.autosay("[message]", sender ? sender : "Cultural Awareness")
GLOB.global_announcer.autosay("[message]", sender ? sender : "Cultural Awareness", CHANNEL_CULTURE)
/datum/controller/subsystem/appreciation/proc/is_squelched()
return squelched