diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index ce44124439f..7400a695d27 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -79,7 +79,7 @@ var/wikiurl = "http://baystation12.net/wiki" var/forumurl = "http://baystation12.net/forums/" - var/media_base_url = "http://80.244.78.90/media" // http://ss13.nexisonline.net/media + var/media_base_url = "http://nanotrasen.se/media" // http://ss13.nexisonline.net/media //Alert level description var/alert_desc_green = "All threats to the station have passed. Security may not have weapons visible, privacy laws are once again fully enforced." diff --git a/code/game/objects/items/weapons/manuals.dm b/code/game/objects/items/weapons/manuals.dm index f0c4bddd6bf..f42d21298fb 100644 --- a/code/game/objects/items/weapons/manuals.dm +++ b/code/game/objects/items/weapons/manuals.dm @@ -676,7 +676,7 @@ - + diff --git a/code/world.dm b/code/world.dm index dd9a05aa709..7f85089ea9c 100644 --- a/code/world.dm +++ b/code/world.dm @@ -323,7 +323,7 @@ var/world_topic_spam_protect_time = world.timeofday s += "[station_name()]"; s += " (" - s += "" //Change this to wherever you want the hub to link to. + s += "" //Change this to wherever you want the hub to link to. s += "[game_version]" s += "" s += ")" diff --git a/interface/interface.dm b/interface/interface.dm index 3430388d599..2c96d47b994 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -13,7 +13,7 @@ src << "The wiki URL is not set in the server configuration." return -#define CHANGELOG "http://80.244.78.90/phpBB3/viewtopic.php?f=10&t=36" +#define CHANGELOG "http://nanotrasen.se/phpBB3/viewtopic.php?f=10&t=36" /client/verb/changes() set name = "Changelog" set desc = "Visit the forum to check out the changelog." @@ -45,7 +45,7 @@ src << browse(file(RULES_FILE), "window=rules;size=480x320") #undef RULES_FILE -#define DONATE "http://80.244.78.90/phpBB3/donate.php" +#define DONATE "http://nanotrasen.se/phpBB3/donate.php" /client/verb/donate() set name = "Donate" set desc = "Donate to help with development costs."