[MIRROR] Cleans up some outdated atmos documentation [MDB IGNORE] (#9337)

* Cleans up some outdated atmos documentation

* Cleans up some outdated atmos documentation

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-11-09 13:25:48 +00:00
committed by GitHub
parent ff432fb36f
commit 9c2ec89511
@@ -371,15 +371,6 @@
///////////////////////////EXCITED GROUPS/////////////////////////////
/*
I've got a problem with excited groups
Adding tiles works out fine, but if you try and remove them, we get issues
The main one is to do with how sleeping tiles are processed
If a tile is sleeping, it is removed from the active turfs list and not processed at all
The issue comes when we try and reform excited groups after a removal like this
and the turfs just poof go fully to sleep.
We solve this with excited group cleanup. See the documentation for more details.
*/
/datum/excited_group
///Stores a reference to the turfs we are controlling
var/list/turf_list = list()