Skip to content

Commit 333b56d

Browse files
authored
Updates the webmap link (#2623)
1 parent 97b5dea commit 333b56d

12 files changed

+12
-12
lines changed

_maps/aetherwhisp.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "SGV Aetherwhisp",
3-
"map_link": "Aetherwhisp",
3+
"map_link": "aetherwhisp",
44
"map_path": "map_files/Aetherwhisp",
55
"map_file": ["Aetherwhisp1.dmm", "Aetherwhisp2.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],

_maps/atlas.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Atlas",
3-
"map_link": "Atlas",
3+
"map_link": "atlas",
44
"map_path": "map_files/Atlas",
55
"map_file": [
66
"atlas.dmm",

_maps/eclipse.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Eclipse",
3-
"map_link": "Eclipse",
3+
"map_link": "eclipse",
44
"map_path": "map_files/Eclipse",
55
"map_file": ["Eclipse1.dmm", "Eclipse2.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],

_maps/galactica.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Galactica",
3-
"map_link": "Galactica",
3+
"map_link": "galactica",
44
"map_path": "map_files/Galactica",
55
"map_file": [
66
"Galactica2.dmm",

_maps/gladius.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Gladius",
3-
"map_link": "Gladius",
3+
"map_link": "gladius",
44
"map_path": "map_files/Gladius",
55
"map_file": ["Gladius2.dmm", "Gladius1.dmm"],
66
"traits": [

_maps/hammerhead.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Hammerhead",
3-
"map_link": "Hammerhead",
3+
"map_link": "hammerhead",
44
"map_path": "map_files/Hammerhead",
55
"map_file": ["Hammerhead.dmm"],
66
"traits": [{"Linkage": "Self"}],

_maps/serendipity.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "DLV Serendipity",
3-
"map_link": "Serendipity",
3+
"map_link": "serendipity",
44
"map_path": "map_files/Serendipity",
55
"map_file": ["Serendipity2.dmm", "Serendipity1.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],

_maps/shrike.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Shrike",
3-
"map_link": "Shrike",
3+
"map_link": "shrike",
44
"map_path": "map_files/Shrike",
55
"map_file": ["Shrike2.dmm", "Shrike1.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Cross"}, {"Down": -1, "Linkage": "Cross"}],

_maps/snake.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Snake",
3-
"map_link": "Snake",
3+
"map_link": "snake",
44
"map_path": "map_files/Snake",
55
"map_file": [
66
"snake_lower.dmm",

_maps/tycoon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"map_name": "NSV Tycoon",
3-
"map_link": "Tycoon",
3+
"map_link": "tycoon",
44
"map_path": "map_files/Tycoon",
55
"map_file": ["Tycoon2.dmm", "Tycoon1.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],

_maps/vago.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"map_name": "NSV Vago",
33
"map_path": "map_files/Vago",
4-
"map_link": "Vago",
4+
"map_link": "vago",
55
"map_file": ["vagodeck2.dmm", "vagodeck1.dmm"],
66
"traits": [{"Up": 1}, {"Down": -1}],
77
"space_ruin_levels": -1,

interface/interface.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Any-Mode: (hotkey doesn't need to be on)
264264
else if(SSmapping.config.map_link)
265265
if(alert("This will open the current map in your browser. Are you sure?",,"Yes","No")!="Yes")
266266
return
267-
src << link("https://affectedarc07.github.io/SS13WebMap/NSV13/[SSmapping.config.map_link]")
267+
src << link("https://webmap.affectedarc07.co.uk/maps/nsv/[SSmapping.config.map_link]")
268268
else
269269
to_chat(src, "<span class='danger'>The current map is either invalid or unavailable. Open an issue on the github. </span>")
270270

0 commit comments

Comments
 (0)