mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 10:34:10 +01:00
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:
@@ -57,9 +57,7 @@
|
||||
var/datum/asset/spritesheet_batched/robot_icons/spritesheet = GLOB.robot_sprite_sheets[target.modtype]
|
||||
|
||||
if(target)
|
||||
var/ui_theme = target.get_ui_theme()
|
||||
if(ui_theme)
|
||||
.["theme"] = ui_theme
|
||||
.["theme"] = target.get_ui_theme()
|
||||
.["target"] = list()
|
||||
.["target"]["name"] = target.name
|
||||
.["target"]["ckey"] = target.ckey
|
||||
|
||||
Reference in New Issue
Block a user