mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
🆑 ninjanomnom add: You can now select a nearby area to expand when using a blueprint instead of making a new area. add: New shuttle areas can be created using blueprints. This is currently not useful but will be used later for shuttle construction. tweak: Blueprints can modify existing areas on station. admin: Blueprint functionality has been added to the debug tab as a verb. /🆑 Additionally the code for getting all turfs in a contained space has been refactored for some pretty good performance improvements. Old proc: Self CPU 8.816, Total CPU: 10.009, Real Time: 10.009, Calls: 5000 New proc: Self CPU 4.174, Total CPU: 9.000, Real Time: 9.001, Calls: 5000 They've been moved into a area helpers file.