Merge pull request #4488 from Citadel-Station-13/upstream-merge-33606

[MIRROR] Everyone gains antag HUD at round end
This commit is contained in:
deathride58
2017-12-21 21:37:33 +00:00
committed by GitHub
+8
View File
@@ -82,6 +82,14 @@
CHECK_TICK
// Add AntagHUD to everyone, see who was really evil the whole time!
for(var/datum/atom_hud/antag/H in GLOB.huds)
for(var/m in GLOB.player_list)
var/mob/M = m
H.add_hud_to(M)
CHECK_TICK
//Set news report and mode result
mode.set_round_result()