help:: do not suggest to try the Guided Tour if already in the Guided Tour

This commit is contained in:
Zeno Rogue 2022-08-05 22:52:16 +02:00
parent 4497821b35
commit c87bca5da0
1 changed files with 1 additions and 0 deletions

View File

@ -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