mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
21 lines
573 B
Plaintext
21 lines
573 B
Plaintext
/datum/map/runtime
|
|
name = "Runtime Station"
|
|
full_name = "Runtime Debugging Station"
|
|
path = "runtime"
|
|
lobby_icons = list('icons/misc/titlescreens/runtime/developers.dmi')
|
|
lobby_transitions = 10 SECONDS
|
|
|
|
station_levels = list(1, 2, 3)
|
|
admin_levels = list()
|
|
contact_levels = list(1, 2, 3)
|
|
player_levels = list(1, 2, 3)
|
|
accessible_z_levels = list(1, 2, 3)
|
|
|
|
station_name = "NSS Runtime"
|
|
station_short = "Runtime"
|
|
dock_name = "singulo"
|
|
boss_name = "#code_dungeon"
|
|
boss_short = "Coders"
|
|
company_name = "BanoTarsen"
|
|
company_short = "BT"
|
|
system_name = "runtime.dm" |