More fixes

- Fixes shadowling HUD (for real this time).
- Adds antag role display in shadowling hivemind, this prints
(Shadowling) or (Shadowling Thrall) prior to each message, depending on
the role of the speaker (although theoretically multi-antags could have
something else there).
This commit is contained in:
DZD
2015-05-06 17:39:36 -04:00
parent a769b4fc39
commit 830b7bde99
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -1769,9 +1769,9 @@ var/global/list/brutefireloss_overlays = list("1" = image("icon" = 'icons/mob/sc
if("mutineer")
holder.icon_state = "mutineer"
if("Shadowling")
holder.icon_state = "shadowling"
holder.icon_state = "hudshadowling"
if("Shadowling Thrall")
holder.icon_state = "thrall"
holder.icon_state = "hudshadowlingthrall"
hud_list[SPECIALROLE_HUD] = holder