Fixes clockcult round end stats showing up when they shouldn't (#21658)

* round end code is magic

* br
This commit is contained in:
Joan Lung
2016-11-22 16:23:27 +13:00
committed by oranges
parent 0b612c1191
commit d4fa53d9ca
3 changed files with 29 additions and 16 deletions
+6
View File
@@ -628,6 +628,12 @@ var/datum/subsystem/ticker/ticker
news_message = "Tensions have flared with the Wizard's Federation following the death of one of their members aboard [station_name()]."
if(STATION_NUKED)
news_message = "[station_name()] activated its self destruct device for unknown reasons. Attempts to clone the Captain so he can be arrested and executed are under way."
if(CLOCK_SUMMON)
news_message = "The garbled messages about hailing a mouse and strange energy readings from [station_name()] have been discovered to be an ill-advised, if thorough, prank by a clown."
if(CLOCK_SILICONS)
news_message = "The project started by [station_name()] to upgrade their silicon units with advanced equipment have been largely successful, though they have thus far refused to release schematics in a violation of company policy."
if(CLOCK_PROSELYTIZATION)
news_message = "The burst of energy released near [station_name()] has been confirmed as merely a test of a new weapon. However, due to an unexpected mechanical error, their communications system has been knocked offline."
if(news_message)
send2otherserver(news_source, news_message,"News_Report")