From fb9b75e5361e9dba6b8e77df1c7c307b0b580515 Mon Sep 17 00:00:00 2001 From: ReddeyfishVor <36580397+ReddeyfishVor@users.noreply.github.com> Date: Mon, 2 Apr 2018 18:52:56 -0700 Subject: [PATCH] Adjust wormhole end announcement time --- code/modules/events/wormholes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/events/wormholes.dm b/code/modules/events/wormholes.dm index 5d1ca2368c..84d61d110e 100644 --- a/code/modules/events/wormholes.dm +++ b/code/modules/events/wormholes.dm @@ -1,9 +1,9 @@ /datum/event/wormholes startWhen = 0 - endWhen = 800 + endWhen = 8 /datum/event/wormholes/start() wormhole_event() /datum/event/wormholes/end() - command_announcement.Announce("There are no more space-time anomalies detected on the station.", "Anomaly Alert") \ No newline at end of file + command_announcement.Announce("There are no more space-time anomalies detected on the station.", "Anomaly Alert")