boolean... (#19205)

* boolean...

* move to right secton

* disconnect should be red

* sync all styles

* more ui theming

* radio

* also fix that
This commit is contained in:
Kashargul
2026-02-20 21:42:08 +01:00
committed by GitHub
parent 5cff3b2d1d
commit f7412d11fb
28 changed files with 86 additions and 51 deletions
@@ -30,3 +30,9 @@
return
src.attack_self(usr)
/obj/item/communicator/integrated/tgui_static_data(mob/user)
. = ..()
if(isrobot(loc))
var/mob/living/silicon/robot/robot_owner = loc
.["theme"] = robot_owner.get_ui_theme()
@@ -143,6 +143,12 @@
ui = new(user, src, "Radio", name, parent_ui)
ui.open()
/obj/item/radio/tgui_static_data(mob/user)
. = ..()
if(isrobot(loc))
var/mob/living/silicon/robot/robot_owner = loc
.["theme"] = robot_owner.get_ui_theme()
/obj/item/radio/tgui_data(mob/user)
var/data = list()
@@ -163,9 +169,9 @@
data["chan_list"] = null
if(syndie)
data["useSyndMode"] = 1
data["useSyndMode"] = TRUE
else
data["useSyndMode"] = 0
data["useSyndMode"] = FALSE
data["minFrequency"] = PUBLIC_LOW_FREQ