Merge pull request #144 from josephcsible/patch-1

Avoid spurious "R'Lyeh is not what we are talking about now"
This commit is contained in:
Zeno Rogue 2021-06-28 21:12:21 +02:00 committed by GitHub
commit 548b5b7772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,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,