mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-15 18:23:33 +01:00
Merge pull request #11326 from Verkister/hudbutts
Fixes the small hud buttons not getting hud colors
This commit is contained in:
committed by
Chompstation Bot
parent
30329906ea
commit
dfd88b4ba7
@@ -8,6 +8,8 @@
|
||||
var/datum/hud/H = user.hud_used
|
||||
var/obj/screen/craft/C = new()
|
||||
C.icon = H.ui_style
|
||||
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)
|
||||
@@ -392,7 +394,7 @@
|
||||
cur_subcategory = subcats[1]
|
||||
else
|
||||
cur_subcategory = CAT_NONE
|
||||
|
||||
|
||||
var/list/data = list()
|
||||
data["busy"] = busy
|
||||
data["category"] = cur_category
|
||||
|
||||
Reference in New Issue
Block a user