Fix Change UI verb

This commit is contained in:
GinjaNinja32
2014-07-13 07:13:10 -04:00
committed by ZomgPonies
parent e0afb0632b
commit 56615e9170
+3 -4
View File
@@ -153,10 +153,9 @@
icons.Add(usr.zone_sel)
for(var/obj/screen/I in icons)
if(I.color && I.alpha)
I.icon = ui_style2icon(UI_style_new)
I.color = UI_style_color_new
I.alpha = UI_style_alpha_new
I.icon = ui_style2icon(UI_style_new)
I.color = UI_style_color_new
I.alpha = UI_style_alpha_new
if(alert("Like it? Save changes?",,"Yes", "No") == "Yes")
prefs.UI_style = UI_style_new