From 730c13f980c49f2efd53dd079f689c3dab3d1549 Mon Sep 17 00:00:00 2001 From: oranges Date: Sat, 28 Oct 2017 11:43:50 +1300 Subject: [PATCH] Merge pull request #32091 from tgstation/Cyberboss-patch-1 Revheads now always recieve a HUD when created --- code/datums/antagonists/revolution.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/antagonists/revolution.dm b/code/datums/antagonists/revolution.dm index 79fae52a1d..fc501a55a7 100644 --- a/code/datums/antagonists/revolution.dm +++ b/code/datums/antagonists/revolution.dm @@ -84,7 +84,7 @@ hud_type = "rev_head" var/remove_clumsy = FALSE var/give_flash = FALSE - var/give_hud = FALSE + var/give_hud = TRUE /datum/antagonist/rev/proc/update_rev_icons_added(mob/living/M) var/datum/atom_hud/antag/revhud = GLOB.huds[ANTAG_HUD_REV] @@ -226,4 +226,4 @@ var/datum/antagonist/rev/rev = new_leader.has_antag_datum(/datum/antagonist/rev) rev.promote() - addtimer(CALLBACK(src,.proc/update_heads),HEAD_UPDATE_PERIOD,TIMER_UNIQUE) \ No newline at end of file + addtimer(CALLBACK(src,.proc/update_heads),HEAD_UPDATE_PERIOD,TIMER_UNIQUE)