mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fix Change UI verb
This commit is contained in:
@@ -172,7 +172,6 @@
|
|||||||
icons.Add(usr.zone_sel)
|
icons.Add(usr.zone_sel)
|
||||||
|
|
||||||
for(var/obj/screen/I in icons)
|
for(var/obj/screen/I in icons)
|
||||||
if(I.color && I.alpha)
|
|
||||||
I.icon = ui_style2icon(UI_style_new)
|
I.icon = ui_style2icon(UI_style_new)
|
||||||
I.color = UI_style_color_new
|
I.color = UI_style_color_new
|
||||||
I.alpha = UI_style_alpha_new
|
I.alpha = UI_style_alpha_new
|
||||||
|
|||||||
Reference in New Issue
Block a user