Orb of Recall no longer creates holes in the Yendorian Forest

This commit is contained in:
Zeno Rogue 2018-06-11 18:14:54 +02:00
parent 928570d7f1
commit 147cedfd4e
1 changed files with 2 additions and 0 deletions

View File

@ -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)