Swamp rooms did not delete engravings on pools
This commit is contained in:
@@ -543,6 +543,7 @@ mkswamp(void) /* Michiel Huisjes & Fred de Wilde */
|
||||
if (!OBJ_AT(sx, sy) && !MON_AT(sx, sy) && !t_at(sx, sy)
|
||||
&& !nexttodoor(sx, sy)) {
|
||||
if ((sx + sy) % 2) {
|
||||
del_engr_at(sx, sy);
|
||||
levl[sx][sy].typ = POOL;
|
||||
if (!eelct || !rn2(4)) {
|
||||
/* mkclass() won't do, as we might get kraken */
|
||||
|
||||
Reference in New Issue
Block a user