mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Overmap exoplanet generation, ported from Bay. (#12362)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
lobby_transitions = 10 SECONDS
|
||||
|
||||
station_levels = list(1, 2, 3)
|
||||
admin_levels = list()
|
||||
admin_levels = list(9)
|
||||
contact_levels = list(1, 2, 3)
|
||||
player_levels = list(1, 2, 3)
|
||||
accessible_z_levels = list(1, 2, 3)
|
||||
@@ -26,6 +26,7 @@
|
||||
company_short = "BT"
|
||||
|
||||
use_overmap = TRUE
|
||||
overmap_size = 35
|
||||
|
||||
shuttle_docked_message = "Attention all hands: Jump preparation complete. The bluespace drive is now spooling up, secure all stations for departure. Time to jump: approximately %ETA%."
|
||||
shuttle_leaving_dock = "Attention all hands: Jump initiated, exiting bluespace in %ETA%."
|
||||
@@ -39,3 +40,8 @@
|
||||
NETWORK_COMMAND,
|
||||
NETWORK_ENGINEERING,
|
||||
)
|
||||
|
||||
num_exoplanets = 3
|
||||
planet_size = list(50,50)
|
||||
|
||||
map_shuttles = list(/datum/shuttle/autodock/overmap/runtime)
|
||||
|
||||
Reference in New Issue
Block a user