Files
Paradise/code/datums/mapping/station_maps.dm
Burzah 9f781eb1ff Removes Farragus and Emerald Station from map pool and disables voting (#30140)
* initial commit

* comment and indentation fix

* Proper solution

* oops
2025-08-23 18:55:05 +00:00

51 lines
1.7 KiB
Plaintext

/datum/map/boxstation
fluff_name = "NSS Cyberiad"
technical_name = "BoxStation"
map_path = "_maps/map_files/stations/boxstation.dmm"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/"
welcome_sound = 'sound/AI/welcome_cyberiad.ogg'
/datum/map/metastation
fluff_name = "NSS Cerebron"
technical_name = "MetaStation"
map_path = "_maps/map_files/stations/metastation.dmm"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/metastation/"
welcome_sound = 'sound/AI/welcome_cerebron.ogg'
/datum/map/deltastation
fluff_name = "NSS Kerberos"
technical_name = "DeltaStation"
map_path = "_maps/map_files/stations/deltastation.dmm"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/"
welcome_sound = 'sound/AI/welcome_kerberos.ogg'
/datum/map/cerestation
fluff_name = "NSS Farragus"
technical_name = "CereStation"
map_path = "_maps/map_files/stations/cerestation.dmm"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cerestation/"
min_players_random = 60
welcome_sound = 'sound/AI/welcome_farragus.ogg'
voteable = FALSE
/datum/map/emeraldstation
fluff_name = "NSS Diagoras"
technical_name = "EmeraldStation"
map_path = "_maps/map_files/stations/emeraldstation.dmm"
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/emeraldstation/"
min_players_random = 60
welcome_sound = 'sound/AI/welcome_diagoras.ogg'
voteable = FALSE
/datum/map/test_tiny
fluff_name = "test_tiny"
technical_name = "test_tiny"
map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
voteable = FALSE
/datum/map/test_tgui
fluff_name = "test_tgui"
technical_name = "test_tgui"
map_path = "_maps/map_files/test_tiny/test_tgui.dmm"
voteable = FALSE