Skip to content

Commit

Permalink
Allows creating new areas on the tram asteroid and surrounding mini-a…
Browse files Browse the repository at this point in the history
…steroids (#80260) (#4455)

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:

Co-authored-by: Y0SH1M4S73R <[email protected]>
  • Loading branch information
Absolucy and Y0SH1M4S73R authored Dec 2, 2024
1 parent a2f7f1d commit 3a25558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/__HELPERS/areas.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down
1 change: 1 addition & 0 deletions code/game/area/areas/station.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1488,6 +1488,7 @@
power_light = FALSE
requires_power = TRUE
ambience_index = AMBIENCE_MINING
outdoors = TRUE

// Telecommunications Satellite

Expand Down

0 comments on commit 3a25558

Please sign in to comment.