From 31f1e04654f1506682be66f1a3460468059126bc Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Mon, 17 Aug 2020 17:03:53 +0200 Subject: [PATCH] updates the helpertext in general Recollection doesn't actually offer any help anymore and just redirects you to the wiki anyways. --- code/game/gamemodes/clock_cult/clock_cult.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/gamemodes/clock_cult/clock_cult.dm b/code/game/gamemodes/clock_cult/clock_cult.dm index ebd9dfaee1..be8dee5bf8 100644 --- a/code/game/gamemodes/clock_cult/clock_cult.dm +++ b/code/game/gamemodes/clock_cult/clock_cult.dm @@ -224,8 +224,7 @@ Credit where due: qdel(S) 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.") + as a servant, you can read the wiki page to learn more.") return TRUE return FALSE