another melting ice follow-up

This commit is contained in:
nhmall
2021-10-17 09:52:42 -04:00
parent 592e00b981
commit 7a3da50156

View File

@@ -889,8 +889,7 @@ dighole(boolean pit_only, boolean by_magic, coord *cc)
retval = TRUE;
}
}
if (retval)
spot_checks(dig_x, dig_y, old_typ);
spot_checks(dig_x, dig_y, old_typ);
return retval;
}