ATC and Culture Channels (#19527)

* ATC and Culture Channels

* Fixup maps in TGM format

71c1418406: maps/groundbase/gb-z2.dmm
71c1418406: maps/tether/tether-03-surface3.dmm

Automatically commited by: tools\mapmerge2\fixup.py

* 1539

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Casey
2026-06-25 12:02:32 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 902813379b
commit a717c051d0
18 changed files with 97 additions and 39 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