mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-26 22:17:17 +00:00
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:
commit
548b5b7772
2
tour.cpp
2
tour.cpp
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user