1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 23:47:40 +00:00

crystal:: compass generation

This commit is contained in:
Zeno Rogue
2018-12-03 23:03:35 +01:00
parent c7f74cc745
commit 46256155d7
5 changed files with 44 additions and 18 deletions

View File

@@ -3149,7 +3149,9 @@ bool makeEmpty(cell *c) {
;
else
c->wall = waNone;
c->item = itNone;
if(c->item != itCompass)
c->item = itNone;
if(c->land == laWildWest) {
forCellEx(c2, c)