Make nif/crafting menu buttons not be hidden

This commit is contained in:
Aronai Sieyes
2021-07-10 23:25:38 -04:00
parent 2638f39675
commit 819c98b637
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
var/datum/hud/H = user.hud_used
var/obj/screen/craft/C = new()
C.icon = H.ui_style
H.other += C
LAZYADD(H.other_important, C)
CL.screen += C
RegisterSignal(C, COMSIG_CLICK, .proc/component_ui_interact)