[MIRROR] ports the chat panel and backend updates [NO GBP] (#12221)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-06 12:26:36 +01:00
committed by GitHub
co-authored by Kashargul
parent 44fe9e1904
commit 75c5e6adb8
176 changed files with 4179 additions and 4443 deletions
@@ -144,7 +144,7 @@
ui.open()
/obj/item/radio/tgui_data(mob/user)
var/data[0]
var/data = list()
data["rawfreq"] = frequency
data["listening"] = listening
@@ -164,6 +164,9 @@
if(syndie)
data["useSyndMode"] = 1
else
data["useSyndMode"] = 0
data["minFrequency"] = PUBLIC_LOW_FREQ
data["maxFrequency"] = PUBLIC_HIGH_FREQ