mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] boolean... (#12434)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
b8948a766b
commit
9ef17a1591
@@ -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