This commit is contained in:
kevinz000
2020-02-12 01:44:28 -07:00
parent ebba56202d
commit 33b3d06d4c
2 changed files with 2 additions and 3 deletions

View File

@@ -61,7 +61,7 @@
if(A.z in impacted_z_levels)
impacted_areas |= A
weather_duration = rand(weather_duration_lower, weather_duration_upper)
START_PROCESSING(SSweather, src)
SSweather.processing += src //not processing subsystem
update_areas()
for(var/M in GLOB.player_list)
var/turf/mob_turf = get_turf(M)
@@ -104,7 +104,7 @@
if(stage == END_STAGE)
return 1
stage = END_STAGE
STOP_PROCESSING(SSweather, src)
SSweather.processing -= src //not processing subsystem
update_areas()
/datum/weather/proc/can_weather_act(mob/living/L) //Can this weather impact a mob?

View File

@@ -152,7 +152,6 @@
#include "code\__HELPERS\type2type_vr.dm"
#include "code\__HELPERS\typelists.dm"
#include "code\__HELPERS\unsorted.dm"
#include "code\__HELPERS\vector.dm"
#include "code\__HELPERS\view.dm"
#include "code\__HELPERS\sorts\__main.dm"
#include "code\__HELPERS\sorts\InsertSort.dm"