mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-07 21:33:11 +01:00
2bab78bcc6
## About The Pull Request 1. Fixes #70430 - APC's - Air Alarms - Fire Alarms - Vents - Scrubbers Now all re-assign themselves to their correct areas & properly rename themselves after an area has been created, modified via the station blueprints. 2. Now Area's can't be expanded if both the current area where the player is standing and the selected area both have an apc because that would make the final area have 2 apc's 3. When 2 areas are merged, If the old area has no more turfs left then it is deleted 4. Bonus fixes - is removed redundant `Initialize()` proc inside light switch. - arcd has all upgrades installed ## Changelog 🆑 fix: area machinery from breaking after creating & modifying areas via the station blueprints. refactor: turfs are cannonized from areas during creation/editing operations & empty areas are deleted refactor: removed duplicate Initialize() from light switch refactor: arcd has all upgrades installed /🆑