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