From 99cdc677b385d35e47d2604df2608c40ef80cb63 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sat, 23 Jun 2018 18:06:00 +0200 Subject: [PATCH] Forgot this --- code/modules/events/anomaly.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/anomaly.dm b/code/modules/events/anomaly.dm index 88f6baba650..e0c03627850 100644 --- a/code/modules/events/anomaly.dm +++ b/code/modules/events/anomaly.dm @@ -37,7 +37,7 @@ return safepick(typecache_filter_list(GLOB.sortedAreas,allowed_areas)) -/datum/round_event/anomaly/setup(loop=0) +/datum/round_event/anomaly/setup() impact_area = findEventArea() if(!impact_area) CRASH("No valid areas for anomaly found.")