From 5c7ddaeeddcc1dbaac9d6b80bb30cfe47b18b8af Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 17 Dec 2020 23:43:17 -0800 Subject: [PATCH] Makes nightmare dynamic-controlled --- code/modules/events/nightmare.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/nightmare.dm b/code/modules/events/nightmare.dm index 698f5130f1..97a10c930a 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 + gamemode_blacklist = list("dynamic") /datum/round_event/ghost_role/nightmare minimum_required = 1