From ed14bd7dcfcf494074233c939b819c7afad7d089 Mon Sep 17 00:00:00 2001 From: Y0SH1M4S73R Date: Wed, 13 Dec 2023 14:57:04 -0500 Subject: [PATCH] Allows creating new areas on the tram asteroid and surrounding mini-asteroids (#80260) Exactly what it says on the tin. Allows people to expand rooms into the asteroid, or create new rooms within it. :cl: qol: The asteroid on Tramstation can now have areas expanded into or created within. /:cl: --- code/__HELPERS/areas.dm | 1 + code/game/area/areas/station.dm | 1 + 2 files changed, 2 insertions(+) diff --git a/code/__HELPERS/areas.dm b/code/__HELPERS/areas.dm index fc0a041cd111..e81049118d50 100644 --- a/code/__HELPERS/areas.dm +++ b/code/__HELPERS/areas.dm @@ -88,6 +88,7 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(list( // Ignore these areas and dont let people expand them. They can expand into them though var/static/list/blacklisted_areas = typecacheof(list( /area/space, + /area/station/asteroid, )) var/error = "" diff --git a/code/game/area/areas/station.dm b/code/game/area/areas/station.dm index 327622c27a18..295bad4dbe55 100644 --- a/code/game/area/areas/station.dm +++ b/code/game/area/areas/station.dm @@ -1488,6 +1488,7 @@ power_light = FALSE requires_power = TRUE ambience_index = AMBIENCE_MINING + outdoors = TRUE // Telecommunications Satellite