Files
Aurora.3/maps/runtime/code/runtime.dm
Geeves a17b5d26fe Runtime Title Screens (#9460)
Added custom-made high definition developer title screens to the Runtime map.
2020-07-29 21:58:37 +03:00

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"