Initial commit (#13445)

This commit is contained in:
TDSSS
2020-05-17 18:40:50 -06:00
committed by GitHub
parent c8e784c6bb
commit 2b5b44469e
+5
View File
@@ -514,6 +514,11 @@ SUBSYSTEM_DEF(ticker)
//Ask the event manager to print round end information
SSevents.RoundEnd()
//make big obvious note in game logs that round ended
log_game("///////////////////////////////////////////////////////")
log_game("///////////////////// ROUND ENDED /////////////////////")
log_game("///////////////////////////////////////////////////////")
// 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)