Adds alien tooltip style

Ghost revival/body alerts now use the ghost's hud style.
This commit is contained in:
Nerd Lord
2016-03-26 00:13:02 -04:00
parent f2049568bb
commit b222f15d52
5 changed files with 12 additions and 2 deletions
@@ -168,6 +168,8 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
if(source)
var/obj/screen/alert/A = throw_alert("\ref[source]_notify_cloning", /obj/screen/alert/notify_cloning)
if(A)
if(client && client.prefs && client.prefs.UI_style)
A.icon = ui_style2icon(client.prefs.UI_style)
A.desc = message
var/old_layer = source.layer
source.layer = FLOAT_LAYER