From 3abbfffdb832ec6d1024d5dbc6ea7f5cf317a200 Mon Sep 17 00:00:00 2001 From: Thalpy <48600475+ThalpySci@users.noreply.github.com> Date: Sat, 12 Oct 2019 13:20:39 +0100 Subject: [PATCH 1/5] Argh --- code/controllers/configuration/entries/general.dm | 3 +++ code/game/objects/items/manuals.dm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index f0e504ef04..aab71fd015 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -175,6 +175,9 @@ /datum/config_entry/string/banappeals /datum/config_entry/string/wikiurl + config_entry_value = "https://katlin.dog/citadel-wiki" + +/datum/config_entry/string/wikiurltg config_entry_value = "http://www.tgstation13.org/wiki" /datum/config_entry/string/forumurl diff --git a/code/game/objects/items/manuals.dm b/code/game/objects/items/manuals.dm index 02d0a1c36a..ec6a80e617 100644 --- a/code/game/objects/items/manuals.dm +++ b/code/game/objects/items/manuals.dm @@ -244,7 +244,7 @@ ..() /obj/item/book/manual/wiki/proc/initialize_wikibook() - var/wikiurl = CONFIG_GET(string/wikiurl) + var/wikiurl = CONFIG_GET(string/wikiurltg) if(wikiurl) dat = {" From 7b27d9bd246ec97e04f6f5928d51762c0935419c Mon Sep 17 00:00:00 2001 From: Thalpy <48600475+ThalpySci@users.noreply.github.com> Date: Sun, 13 Oct 2019 16:19:32 +0100 Subject: [PATCH 2/5] Library time --- .../configuration/entries/general.dm | 6 +- code/game/objects/items/manuals.dm | 58 +++++++++++++++++- icons/obj/library.dmi | Bin 26466 -> 26876 bytes interface/interface.dm | 6 +- 4 files changed, 64 insertions(+), 6 deletions(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index aab71fd015..1d85581181 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -181,13 +181,13 @@ config_entry_value = "http://www.tgstation13.org/wiki" /datum/config_entry/string/forumurl - config_entry_value = "http://tgstation13.org/phpBB/index.php" + config_entry_value = "https://citadel-station.net/forum/" /datum/config_entry/string/rulesurl - config_entry_value = "http://www.tgstation13.org/wiki/Rules" + config_entry_value = "https://katlin.dog/citadel-rules/main" /datum/config_entry/string/githuburl - config_entry_value = "https://www.github.com/tgstation/-tg-station" + config_entry_value = "https://github.com/Citadel-Station-13/Citadel-Station-13" /datum/config_entry/string/roundstatsurl diff --git a/code/game/objects/items/manuals.dm b/code/game/objects/items/manuals.dm index ec6a80e617..d66bb22c13 100644 --- a/code/game/objects/items/manuals.dm +++ b/code/game/objects/items/manuals.dm @@ -263,20 +263,74 @@ }
You start skimming through the manual...
- +