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)