From 203a1f53d1608494dd9357502de6a69e4cbadb25 Mon Sep 17 00:00:00 2001 From: Xander3359 <66163761+Xander3359@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:29:34 -0400 Subject: [PATCH] No more BIG RED Crash (#14341) --- code/datums/gamemodes/crash.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/gamemodes/crash.dm b/code/datums/gamemodes/crash.dm index c1bf2573534a2..52900f5f442d3 100644 --- a/code/datums/gamemodes/crash.dm +++ b/code/datums/gamemodes/crash.dm @@ -21,6 +21,7 @@ /datum/job/xenomorph = CRASH_LARVA_POINTS_NEEDED, ) xenorespawn_time = 3 MINUTES + blacklist_ground_maps = list(MAP_BIG_RED, MAP_DELTA_STATION, MAP_PRISON_STATION, MAP_WHISKEY_OUTPOST, MAP_OSCAR_OUTPOST, MAP_FORT_PHOBOS) // Round end conditions var/shuttle_landed = FALSE