From 3f44882c1ac662091a4b0abc610fa3e24474ca14 Mon Sep 17 00:00:00 2001 From: Kraseo Date: Sat, 14 Mar 2020 13:13:26 +0100 Subject: [PATCH] FUCK --- code/game/gamemodes/objective.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index b0092d8d67..192153535d 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -1166,7 +1166,8 @@ GLOBAL_LIST_EMPTY(possible_sabotages) var/static/list/blacklisted_areas = typecacheof(list(/area/ai_monitored/turret_protected, /area/solar/, /area/ruin/, //thank you station space ruins - /area/science/test_area/)) + /area/science/test_area/, + /area/shuttle)) /datum/objective/contract/proc/generate_dropoff() // Generate a random valid area on the station that the dropoff will happen. var/found = FALSE