From 47a1da9bcb0516e2331eef03b13bc2c50d1c6284 Mon Sep 17 00:00:00 2001 From: coiax Date: Wed, 1 Feb 2017 19:38:11 +0000 Subject: [PATCH] Removes minimum round time from abductor event (#23500) :cl: coiax add: The Abductor event can now happen at any time, rather than thirty (30) minute plus rounds. /:cl: - We have the xeno event that can fire at any time, and that's way more round affecting than ayys. Ayys are fun, and we don't get to see them except with admin memes. --- code/modules/events/abductor.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/events/abductor.dm b/code/modules/events/abductor.dm index 7b115409138..34e43fdbd9b 100644 --- a/code/modules/events/abductor.dm +++ b/code/modules/events/abductor.dm @@ -5,7 +5,6 @@ max_occurrences = 1 min_players = 5 - earliest_start = 18000 // 30 min gamemode_blacklist = list("nuclear","wizard","revolution","abduction")