Fixes indoor weather, hopefully for real this time.

This commit is contained in:
Neerti
2018-07-19 20:25:05 -04:00
parent fb052bc114
commit bca4277e4f
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ SUBSYSTEM_DEF(planets)
while(currentlist.len)
var/turf/simulated/OT = currentlist[currentlist.len]
currentlist.len--
if(istype(OT) && z_to_planet.len >= OT.z && z_to_planet[OT.z])
if(istype(OT) && OT.outdoors && z_to_planet.len >= OT.z && z_to_planet[OT.z])
var/datum/planet/P = z_to_planet[OT.z]
P.planet_floors |= OT
OT.vis_contents |= P.weather_holder.visuals