mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
rename all station files and datums, consolidate types into one file (#24823)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
/datum/map/cerestation
|
||||
fluff_name = "NSS Farragus"
|
||||
technical_name = "CereStation"
|
||||
map_path = "_maps/map_files/cerestation/cerestation.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cerestation/"
|
||||
min_players_random = 60
|
||||
@@ -1,5 +0,0 @@
|
||||
/datum/map/cyberiad
|
||||
fluff_name = "NSS Cyberiad"
|
||||
technical_name = "Cyberiad"
|
||||
map_path = "_maps/map_files/cyberiad/cyberiad.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/"
|
||||
@@ -1,5 +0,0 @@
|
||||
/datum/map/delta
|
||||
fluff_name = "NSS Kerberos"
|
||||
technical_name = "Delta"
|
||||
map_path = "_maps/map_files/Delta/delta.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/"
|
||||
@@ -1,5 +0,0 @@
|
||||
/datum/map/metastation
|
||||
fluff_name = "NSS Cerebron"
|
||||
technical_name = "MetaStation"
|
||||
map_path = "_maps/map_files/MetaStation/MetaStation.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/metastation/"
|
||||
@@ -0,0 +1,30 @@
|
||||
/datum/map/boxstation
|
||||
fluff_name = "NSS Cyberiad"
|
||||
technical_name = "Cyberiad"
|
||||
map_path = "_maps/map_files/stations/boxstation.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/"
|
||||
|
||||
/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/"
|
||||
|
||||
/datum/map/deltastation
|
||||
fluff_name = "NSS Kerberos"
|
||||
technical_name = "Delta"
|
||||
map_path = "_maps/map_files/stations/deltastation.dmm"
|
||||
webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/"
|
||||
|
||||
/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
|
||||
|
||||
/datum/map/test_tiny
|
||||
fluff_name = "test_tiny"
|
||||
technical_name = "test_tiny"
|
||||
map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
|
||||
voteable = FALSE
|
||||
@@ -1,5 +0,0 @@
|
||||
/datum/map/test_tiny
|
||||
fluff_name = "test_tiny"
|
||||
technical_name = "test_tiny"
|
||||
map_path = "_maps/map_files/test_tiny/test_tiny.dmm"
|
||||
voteable = FALSE
|
||||
Reference in New Issue
Block a user