diff --git a/mapeffects.cpp b/mapeffects.cpp index 6e12b9e2..056f07ca 100644 --- a/mapeffects.cpp +++ b/mapeffects.cpp @@ -737,6 +737,12 @@ EX bool makeEmpty(cell *c) { if(c->item != itCompass) c->item = itNone; + if(c->land == laEclectic) { + c->wall = waNone; + forCellEx(c1, c) + c1->wall = waNone; + } + if(c->land == laWildWest) { forCellEx(c2, c) forCellEx(c3, c2)