From 3d29323107516cbb1eaea5dba2977626246c6b83 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Fri, 26 Jan 2024 10:55:25 -0500 Subject: [PATCH] protect syndie depot interior from radstorms (#23937) --- code/datums/weather/weather_types/radiation_storm.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/weather/weather_types/radiation_storm.dm b/code/datums/weather/weather_types/radiation_storm.dm index 3288038d4f1..ccb43e11a81 100644 --- a/code/datums/weather/weather_types/radiation_storm.dm +++ b/code/datums/weather/weather_types/radiation_storm.dm @@ -27,6 +27,7 @@ /area/station/security/brig, /area/shuttle, /area/survivalpod, //although survivalpods are off-station, creating one on station no longer protects pods on station from the rad storm + /area/syndicate_depot/core, // exterior of depot still dangerous, gotta be inside /area/ruin, //Let us not completely kill space explorers. /area/station/command/server )