POI Tweaks (#4645)

* WOrk

* Changes more PoI stuff.
This commit is contained in:
Neerti
2018-01-29 23:42:57 -06:00
committed by Anewbe
parent 53d1fbd178
commit 6226d3d15c
19 changed files with 311 additions and 242 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ datum/weather/sif
WEATHER_OVERCAST = 5
)
/datum/weather/sif/rain/process_effects()
/datum/weather/sif/storm/process_effects()
for(var/mob/living/L in living_mob_list)
if(L.z in holder.our_planet.expected_z_levels)
var/turf/T = get_turf(L)