From 7a3da501564abb93c92b5094da93ccde82b6e1b2 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Oct 2021 09:52:42 -0400 Subject: [PATCH] another melting ice follow-up --- src/dig.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dig.c b/src/dig.c index 2134bc84c..8a38f71db 100644 --- a/src/dig.c +++ b/src/dig.c @@ -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; }