Fixes news reports for certain modes

This commit is contained in:
Joan Lung
2017-01-15 16:20:11 -05:00
parent 21b9f565a9
commit 2f74a5afa9
+3 -3
View File
@@ -434,14 +434,14 @@ var/datum/subsystem/ticker/ticker
mode.declare_completion()//To declare normal completion.
if(cross_allowed)
send_news_report()
//calls auto_declare_completion_* for all modes
for(var/handler in typesof(/datum/game_mode/proc))
if (findtext("[handler]","auto_declare_completion_"))
call(mode, handler)(force_ending)
if(cross_allowed)
send_news_report()
//Print a list of antagonists to the server log
var/list/total_antagonists = list()
//Look into all mobs in world, dead or alive