Put random room engravings on room locations only
Another case of engraving going on a cloud.
This commit is contained in:
@@ -913,8 +913,7 @@ fill_ordinary_room(struct mkroom *croom)
|
|||||||
x = pos.x;
|
x = pos.x;
|
||||||
y = pos.y;
|
y = pos.y;
|
||||||
} while (levl[x][y].typ != ROOM && !rn2(40));
|
} while (levl[x][y].typ != ROOM && !rn2(40));
|
||||||
if (!(IS_POOL(levl[x][y].typ)
|
if (levl[x][y].typ == ROOM)
|
||||||
|| IS_FURNITURE(levl[x][y].typ)))
|
|
||||||
make_engr_at(x, y, mesg, 0L, MARK);
|
make_engr_at(x, y, mesg, 0L, MARK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user