From 42c04ea087150087209488f39245956bbd90761e Mon Sep 17 00:00:00 2001 From: Letter N <24603524+LetterN@users.noreply.github.com> Date: Fri, 12 Mar 2021 12:28:19 +0800 Subject: [PATCH] solarss --- code/game/gamemodes/objective.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/objective.dm b/code/game/gamemodes/objective.dm index aa50f84fc5..674787fbd4 100644 --- a/code/game/gamemodes/objective.dm +++ b/code/game/gamemodes/objective.dm @@ -1240,7 +1240,7 @@ GLOBAL_LIST_EMPTY(possible_sabotages) var/payout_bonus = 0 var/area/dropoff = null var/static/list/blacklisted_areas = typecacheof(list(/area/ai_monitored/turret_protected, - /area/solarss/, + /area/solars/, /area/ruin/, //thank you station space ruins /area/science/test_area/, /area/shuttle/))