mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
## About The Pull Request Contains two changes cherry-picked from my CM PR, https://github.com/cmss13-devs/cmss13/pull/11826. 1) Fixes incorrect args to `block()` in `increase_max_y()` that caused it to add turfs to every z-level's world.area contents list instead of just the correct one. This is probably left over from when the area contents list wasn't split by z-level. 2) Avoids a case where turfs could be removed from area contents twice if the subsystem returned early on a later Z-level. ## Why It's Good For The Game Fixes two bugs with the area contents system. ## Changelog 🆑 MoondancerPony fix: fixed turfs sometimes not being in any area's contents /🆑