Merge pull request #33606 from coiax/antaghud-on-end
Everyone gains antag HUD at round end
This commit is contained in:
committed by
CitadelStationBot
parent
72d33b8c6b
commit
3f78bdcf59
@@ -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