mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Merge pull request #5726 from Ccomp5950/fix_antagHUD_mutiny
Mutineers and Loyalist will now show up properly in antagHUD.
This commit is contained in:
@@ -1845,13 +1845,13 @@
|
|||||||
if("Ninja")
|
if("Ninja")
|
||||||
holder.icon_state = "hudninja"
|
holder.icon_state = "hudninja"
|
||||||
if("head_loyalist")
|
if("head_loyalist")
|
||||||
holder.icon_state = "loyalist"
|
holder.icon_state = "hudloyalist"
|
||||||
if("loyalist")
|
if("loyalist")
|
||||||
holder.icon_state = "loyalist"
|
holder.icon_state = "hudloyalist"
|
||||||
if("head_mutineer")
|
if("head_mutineer")
|
||||||
holder.icon_state = "mutineer"
|
holder.icon_state = "hudmutineer"
|
||||||
if("mutineer")
|
if("mutineer")
|
||||||
holder.icon_state = "mutineer"
|
holder.icon_state = "hudmutineer"
|
||||||
|
|
||||||
hud_list[SPECIALROLE_HUD] = holder
|
hud_list[SPECIALROLE_HUD] = holder
|
||||||
hud_updateflag = 0
|
hud_updateflag = 0
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user