Merge pull request #33606 from coiax/antaghud-on-end

Everyone gains antag HUD at round end
This commit is contained in:
Jordan Brown
2017-12-21 14:15:42 -05:00
committed by CitadelStationBot
parent 72d33b8c6b
commit 3f78bdcf59
+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()