MUTINY. O BOY.

This commit is contained in:
suethecake
2015-01-08 17:46:36 -06:00
parent 530fed426d
commit 29924324a6
24 changed files with 1757 additions and 102 deletions
@@ -1857,6 +1857,14 @@
holder.icon_state = "hudninja"
if("Vampire")
holder.icon_state = "hudvampire"
if("head_loyalist")
holder.icon_state = "loyalist"
if("loyalist")
holder.icon_state = "loyalist"
if("head_mutineer")
holder.icon_state = "mutineer"
if("mutineer")
holder.icon_state = "mutineer"
hud_list[SPECIALROLE_HUD] = holder
hud_updateflag = 0
+5
View File
@@ -17,6 +17,11 @@
if("nuclear emergency")
if(mind in ticker.mode:syndicates)
ticker.mode.update_all_synd_icons()
if("mutiny")
var/datum/game_mode/mutiny/mode = get_mutiny_mode()
if(mode)
mode.update_all_icons()
return .
//This stuff needs to be merged from cloning.dm but I'm not in the mood to be shouted at for breaking all the things :< ~Carn