mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 06:07:22 +01:00
[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:
co-authored by
Casey
Cameron Lennox
parent
c677d6d080
commit
130bce9a9d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user