From 1bd9381b7380166cd5945d30d60d7adee17db38f Mon Sep 17 00:00:00 2001 From: "Joseph C. Sible" Date: Sat, 8 May 2021 17:32:17 -0400 Subject: [PATCH] Avoid spurious "R'Lyeh is not what we are talking about now" If you're following along with the tutorial, you'll still be in the Temple of Cthulhu when it tells you to go to the Burial Grounds. On your way there, you'll need to pass back through R'Lyeh, so we shouldn't warn you not to go there. --- tour.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tour.cpp b/tour.cpp index dbd83570..95be0ba4 100644 --- a/tour.cpp +++ b/tour.cpp @@ -824,7 +824,7 @@ EX slide default_slides[] = { QUICKFIND { return (l == laBurial && !items[itOrbSword]); }; - SHOWLAND ( l == laCrossroads || l == laBurial ); + SHOWLAND ( l == laRlyeh || l == laCrossroads || l == laBurial ); } }, {pcg+"Periodic patterns", 30, LEGAL::UNLIMITED | USE_SLIDE_NAME,