mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
Orb of Recall no longer creates holes in the Yendorian Forest
This commit is contained in:
parent
928570d7f1
commit
147cedfd4e
2
game.cpp
2
game.cpp
@ -3106,6 +3106,8 @@ bool makeEmpty(cell *c) {
|
|||||||
;
|
;
|
||||||
else if(c->wall == waOpenPlate && bounded)
|
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 == waGiantRug)
|
||||||
;
|
;
|
||||||
else if(c->wall == waDock)
|
else if(c->wall == waDock)
|
||||||
|
Loading…
Reference in New Issue
Block a user