From 2fc42cb1147c09b57c602be7d36e5bbc16f1e6bf Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 17 Dec 2023 17:43:59 +0100 Subject: [PATCH] ls:: in Voronoi, made Rlyeh and Temple appear, and Haunted and Free Fall are now unavailable --- landlock.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/landlock.cpp b/landlock.cpp index 695ffbc4..0e909c39 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -599,7 +599,9 @@ EX eLand getNewLand(eLand old) { if(ls::hv_structure() && landUnlocked(laMountain)) tab[cnt++] = laMountain; if(ls::hv_structure() && landUnlocked(laClearing)) tab[cnt++] = laClearing; - + if(ls::voronoi_structure() && landUnlocked(laRlyeh) && !rlyehComplete()) LIKELY tab[cnt++] = laRlyeh; + if(ls::hv_structure() && landUnlocked(laTemple)) tab[cnt++] = laTemple; + if(landUnlocked(laTrollheim)) { if(isTrollLand(old)) LIKELY tab[cnt++] = laTrollheim; if(old == laTrollheim) for(int i=0; i