organic ui fix (#8457)

* organic ui fix

Reimplementing UI fixes

* fuc u, i won

* some skyrat buerocracy stuff

Co-authored-by: Lamella-0587 <76873041+Lamella-0587@users.noreply.github.com>
This commit is contained in:
GemInee
2021-09-28 18:05:06 +01:00
committed by GitHub
co-authored by Lamella-0587
parent eadc7f1379
commit ae2111bfc0
15 changed files with 90 additions and 48 deletions
@@ -413,8 +413,10 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/atom/movable/screen/alert/A = throw_alert("[REF(source)]_notify_cloning", /atom/movable/screen/alert/notify_cloning)
if(A)
var/ui_style = client?.prefs?.read_preference(/datum/preference/choiced/ui_style)
var/erp_ui_style = client?.prefs?.read_preference(/datum/preference/choiced/ui_style) //SKYRAT EDIT - ADDITION - ERP ICONS FIX
if(ui_style)
A.icon = ui_style2icon(ui_style)
A.icon = erp_ui_style2icon(erp_ui_style) //SKYRAT EDIT - ADDITION - ERP ICONS FIX
A.desc = message
var/old_layer = source.layer
var/old_plane = source.plane