Allows creating new areas on the tram asteroid and surrounding mini-asteroids (#80260)

## About The Pull Request

Exactly what it says on the tin.

## Why It's Good For The Game

Allows people to expand rooms into the asteroid, or create new rooms
within it.

## Changelog

🆑
qol: The asteroid on Tramstation can now have areas expanded into or
created within.
/🆑
This commit is contained in:
Y0SH1M4S73R
2023-12-13 20:57:04 +01:00
committed by GitHub
parent 2a8deade54
commit 12d2a4d78f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -86,6 +86,7 @@ GLOBAL_LIST_INIT(typecache_powerfailure_safe_areas, typecacheof(/area/station/en
// 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 = ""
+1
View File
@@ -31,3 +31,4 @@
requires_power = TRUE
ambience_index = AMBIENCE_MINING
area_flags = UNIQUE_AREA
outdoors = TRUE