From b2bc46c810c327e3149018e66fa2df241c3850de Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Sun, 10 Mar 2024 18:22:40 +0000 Subject: [PATCH] New webmap URLs (#24522) --- code/modules/mapping/cerestation.dm | 2 +- code/modules/mapping/cyberiad.dm | 2 +- code/modules/mapping/delta.dm | 2 +- code/modules/mapping/metastation.dm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/mapping/cerestation.dm b/code/modules/mapping/cerestation.dm index 684fa449547..20c533338da 100644 --- a/code/modules/mapping/cerestation.dm +++ b/code/modules/mapping/cerestation.dm @@ -2,5 +2,5 @@ fluff_name = "NSS Farragus" technical_name = "CereStation" map_path = "_maps/map_files/cerestation/cerestation.dmm" - webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/CereStation/" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cerestation/" min_players_random = 60 diff --git a/code/modules/mapping/cyberiad.dm b/code/modules/mapping/cyberiad.dm index 46850a42682..bc6496192d8 100644 --- a/code/modules/mapping/cyberiad.dm +++ b/code/modules/mapping/cyberiad.dm @@ -2,4 +2,4 @@ fluff_name = "NSS Cyberiad" technical_name = "Cyberiad" map_path = "_maps/map_files/cyberiad/cyberiad.dmm" - webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/Cyberiad/" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/cyberiad/" diff --git a/code/modules/mapping/delta.dm b/code/modules/mapping/delta.dm index 3eceefb2012..ed0d91dc0ba 100644 --- a/code/modules/mapping/delta.dm +++ b/code/modules/mapping/delta.dm @@ -2,4 +2,4 @@ fluff_name = "NSS Kerberos" technical_name = "Delta" map_path = "_maps/map_files/Delta/delta.dmm" - webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/Delta/" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/deltastation/" diff --git a/code/modules/mapping/metastation.dm b/code/modules/mapping/metastation.dm index 461d02cfc44..d1a486bfc66 100644 --- a/code/modules/mapping/metastation.dm +++ b/code/modules/mapping/metastation.dm @@ -2,4 +2,4 @@ fluff_name = "NSS Cerebron" technical_name = "MetaStation" map_path = "_maps/map_files/MetaStation/MetaStation.dmm" - webmap_url = "https://affectedarc07.github.io/SS13WebMap/Paradise/MetaStation/" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/paradise/metastation/"