Files
Paradise/code/controllers
Marlyn 991d0124f5 Fixes the sanity check used by atmos to only be run on init (#17876)
* Fixes the sanity check used by atmos to only be run on init

- A few years ago, an optimization was added to cut the list of active
  turfs when setup_allturfs was added, which assumed the proc would only
  be run once, during atmos initialization. However, at this point in time
  this optimization is obsolete, and it's since been changed to a sanity check.
  Since this entire aspect of the code expects only to be run once,
  during atmos setup, we can safely move it to atmos init instead, which
  allows us to use the setup_allturfs function to also load maps without
  issue, useful for quick loads like mining capsules or other such
  things.

* Affected's tweak

* Fixes my tunnel vision

* Trivial casing tweak
2022-05-27 17:30:28 +01:00
..
2021-02-15 13:02:50 -05:00
2020-03-17 18:08:51 -04:00
2020-06-21 15:00:41 -04:00
2021-10-17 16:04:16 +01:00
2022-01-31 09:16:03 +01:00
2021-05-23 17:26:17 +01:00