editable statues

This commit is contained in:
?
2019-09-12 22:38:42 +02:00
committed by Zeno Rogue
parent 266b55eea2
commit 4ac186437b
7 changed files with 32 additions and 5 deletions
+1
View File
@@ -712,6 +712,7 @@ bool highwall(cell *c) {
// if(wmspatial && isTree(c)) return false;
if(isGrave(c->wall)) return true;
if(c->wall == waMirrorWall) return false;
if(c->wall == waEditStatue) return false;
return winf[c->wall].glyph == '#' || c->wall == waClosedGate;
}