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")