From: nhmall Date: Sun, 17 Oct 2021 13:52:42 +0000 (-0400) Subject: another melting ice follow-up X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a3da501564abb93c92b5094da93ccde82b6e1b2;p=nethack another melting ice follow-up --- 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; }