From c74803dd1a03a9279ebfafdf20781c3e81e937ff Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Mon, 17 Aug 2020 16:53:49 +0200 Subject: [PATCH] updates the wiki page link --- code/game/gamemodes/clock_cult/clock_cult.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/clock_cult/clock_cult.dm b/code/game/gamemodes/clock_cult/clock_cult.dm index 406e142a25..ebd9dfaee1 100644 --- a/code/game/gamemodes/clock_cult/clock_cult.dm +++ b/code/game/gamemodes/clock_cult/clock_cult.dm @@ -225,7 +225,7 @@ Credit where due: if(S && !QDELETED(S)) to_chat(L, "[slot] is a clockwork slab, a multipurpose tool used to construct machines and invoke ancient words of power. If this is your first time \ as a servant, you can find a concise tutorial in the Recollection category of its interface.") - to_chat(L, "If you want more information, you can read the wiki page to learn more.") + to_chat(L, "If you want more information, you can read the wiki page to learn more.") return TRUE return FALSE