mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 14:15:22 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user