This commit is contained in:
Verkister
2021-08-02 13:45:37 +03:00
parent db7c90b33d
commit ae96f80201
+2 -2
View File
@@ -8,8 +8,8 @@
var/datum/hud/H = user.hud_used
var/obj/screen/craft/C = new()
C.icon = H.ui_style
C.color = HUD.ui_color
C.alpha = HUD.ui_alpha
C.color = H.ui_color
C.alpha = H.ui_alpha
LAZYADD(H.other_important, C)
CL.screen += C
RegisterSignal(C, COMSIG_CLICK, .proc/component_ui_interact)