From 7026c0d93a46f81721dd6e281c1491c7bb3b86de Mon Sep 17 00:00:00 2001 From: Versallion Date: Mon, 7 Sep 2020 21:56:35 -0500 Subject: [PATCH] Hey did you know abductors spawned 20 minutes into the round? That wouldve been bad --- code/modules/events/abductor.dm | 1 + code/modules/events/nightmare.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/events/abductor.dm b/code/modules/events/abductor.dm index aee49abc..07d71f06 100644 --- a/code/modules/events/abductor.dm +++ b/code/modules/events/abductor.dm @@ -4,6 +4,7 @@ weight = 10 max_occurrences = 1 min_players = 20 + earliest_start = 45 MINUTES gamemode_blacklist = list("nuclear","wizard","revolution") /datum/round_event/ghost_role/abductor diff --git a/code/modules/events/nightmare.dm b/code/modules/events/nightmare.dm index 698f5130..d580267b 100644 --- a/code/modules/events/nightmare.dm +++ b/code/modules/events/nightmare.dm @@ -3,6 +3,7 @@ typepath = /datum/round_event/ghost_role/nightmare max_occurrences = 1 min_players = 20 + earliest_start = 30 MINUTES /datum/round_event/ghost_role/nightmare minimum_required = 1