mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
remove_from_active now handles unsimulated turfs properly
This commit is contained in:
@@ -147,9 +147,9 @@ var/datum/subsystem/air/SSair
|
||||
/datum/subsystem/air/proc/remove_from_active(turf/simulated/T)
|
||||
if(istype(T))
|
||||
T.excited = 0
|
||||
active_turfs -= T
|
||||
if(T.excited_group)
|
||||
T.excited_group.garbage_collect()
|
||||
active_turfs -= T
|
||||
|
||||
|
||||
/datum/subsystem/air/proc/add_to_active(turf/simulated/T, blockchanges = 1)
|
||||
|
||||
Reference in New Issue
Block a user