Files
Bubberstation/code/controllers/subsystem
Mothblocks 085e2bb2b3 Save 0.1s in generate_station_area_list (#70933)
`area.contents` loops over everything in the world to collect its list,
every time.

We need to avoid it where possible. Lemon already working on a PR to
cache it. In the distant future we will lint this.

This was a useless consumer of it. It cost 0.1s to index contents twice
like this.
2022-10-31 20:40:52 -04:00
..
2022-10-31 16:01:31 +01:00
2022-09-28 11:54:22 -07:00
2022-06-24 20:10:16 -05:00
2022-07-24 16:18:59 +01:00
2022-10-18 02:12:31 +00:00
2022-07-13 21:47:47 +12:00
2022-10-31 16:01:31 +01:00