mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 11:40:07 +01:00
## About The Pull Request this refactors `GLOB.hostile_machines` into `GLOB.hostile_machines_by_z`, which is a per-z list, and mobs targeting hostile machines (mechas, turrets) will only check those on the same Z-level. ## Why It's Good For The Game better performance ## Changelog 🆑 refactor: Refactored how mobs target turrets and mechs, which should hopefully be more performant. /🆑