From afd412f9829f63903e000e59083ea9578e27a796 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 12 Feb 2018 20:23:07 +0100 Subject: [PATCH] fixed the Elemental Planes --- landlock.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/landlock.cpp b/landlock.cpp index 5795619d..64f6d464 100644 --- a/landlock.cpp +++ b/landlock.cpp @@ -1009,6 +1009,7 @@ eLand getLandForList(cell *c) { } bool isLandIngame(eLand l) { + if(isElemental(l)) l = laElementalWall; if(isLandValid(l) < 2) return false; if(l == laWildWest)