mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-03 22:22:31 +00:00
Address farie
This commit is contained in:
@@ -102,8 +102,11 @@
|
||||
icon = 'icons/mob/actions/actions.dmi'
|
||||
icon_state = "bg_alien"
|
||||
else
|
||||
icon = user.client ? ui_style2icon(user.client.prefs.UI_style) : initial(icon)
|
||||
icon_state = user.client ? "template" : "bg_default"
|
||||
icon = initial(icon)
|
||||
icon_state = "bg_default"
|
||||
if(user.client) // Apply the client's UI style
|
||||
icon = ui_style2icon(user.client.prefs.UI_style)
|
||||
icon_state = "template"
|
||||
if(user.client)
|
||||
alpha = user.client.prefs.UI_style_alpha
|
||||
color = user.client.prefs.UI_style_color
|
||||
|
||||
@@ -402,7 +402,7 @@
|
||||
for(var/obj/screen/inventory/inv in (static_inventory + toggleable_inventory))
|
||||
if(inv.slot_id)
|
||||
if(inv.slot_id in S.no_equip)
|
||||
inv.alpha = hud_alpha * 0.5
|
||||
inv.alpha = hud_alpha / 2
|
||||
else
|
||||
inv.alpha = hud_alpha
|
||||
for(var/obj/screen/craft/crafting in static_inventory)
|
||||
|
||||
Reference in New Issue
Block a user