mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
[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:
co-authored by
Kashargul
parent
44fe9e1904
commit
75c5e6adb8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user