From 0b8221c9ac46d847e8d107faf1af6a8e86dbfff4 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 19 Aug 2021 22:49:19 -0400 Subject: [PATCH] Change to 20 minutes --- code/modules/mob/living/simple_animal/gremlin/gremlin_event.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/gremlin/gremlin_event.dm b/code/modules/mob/living/simple_animal/gremlin/gremlin_event.dm index 20817e5686..6f5f0e3dba 100644 --- a/code/modules/mob/living/simple_animal/gremlin/gremlin_event.dm +++ b/code/modules/mob/living/simple_animal/gremlin/gremlin_event.dm @@ -3,7 +3,7 @@ typepath = /datum/round_event/gremlin weight = 15 max_occurrences = 2 - earliest_start = 12000 //Meant to mix things up early-game. + earliest_start = 20 MINUTES min_players = 5