Merge pull request #4488 from Citadel-Station-13/upstream-merge-33606
[MIRROR] Everyone gains antag HUD at round end
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user