From c87bca5da081379aae6f19ba73d0851176519b25 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 5 Aug 2022 22:52:16 +0200 Subject: [PATCH] help:: do not suggest to try the Guided Tour if already in the Guided Tour --- help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/help.cpp b/help.cpp index ea3c0988..dbd4c7e4 100644 --- a/help.cpp +++ b/help.cpp @@ -188,6 +188,7 @@ EX void buildHelpText() { + "http//roguetemple.com/z/hyper/\n\n"; #if CAP_TOUR + if(!tour::on) help += XLAT("Try the Guided Tour to help with understanding the " "geometry of HyperRogue (menu -> special modes).\n\n"); #endif