From 147cedfd4ed756fe54f9d925c66f07971c468ea3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 11 Jun 2018 18:14:54 +0200 Subject: [PATCH] Orb of Recall no longer creates holes in the Yendorian Forest --- game.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game.cpp b/game.cpp index 2868be09..7367fc9c 100644 --- a/game.cpp +++ b/game.cpp @@ -3106,6 +3106,8 @@ bool makeEmpty(cell *c) { ; else if(c->wall == waOpenPlate && bounded) ; + else if(c->wall == waTrunk || c->wall == waSolidBranch || c->wall == waWeakBranch) + ; else if(c->wall == waGiantRug) ; else if(c->wall == waDock)