Fixes some FEA stuff, for a general improvement to how well the system runs.

This commit is contained in:
SkyMarshal
2012-05-11 18:19:00 -07:00
parent 50f7332740
commit 893529c69e
10 changed files with 13 additions and 1161 deletions
-1
View File
@@ -217,7 +217,6 @@
var/turf/T = get_turf(usr)
if(istype(T, /turf/simulated))
var/datum/air_group/AG = T:parent
AG.next_check = 30
AG.group_processing = 0
else
usr << "Local airgroup is unsimulated!"