From 8bf9491259f480cd487e2cd6bfc4cced4f0fa906 Mon Sep 17 00:00:00 2001 From: AnturK Date: Sun, 22 Jan 2017 01:03:08 +0100 Subject: [PATCH] Fixes #17841 (#23131) --- code/datums/weather/weather_types.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/weather/weather_types.dm b/code/datums/weather/weather_types.dm index a9a5bf3b916..541bef2e59e 100644 --- a/code/datums/weather/weather_types.dm +++ b/code/datums/weather/weather_types.dm @@ -16,6 +16,7 @@ end_duration = 0 area_type = /area + protected_areas = list(/area/space) target_z = ZLEVEL_STATION overlay_layer = ABOVE_OPEN_TURF_LAYER //Covers floors only