From: cohrs Date: Fri, 15 Feb 2002 03:20:41 +0000 (+0000) Subject: burnt webs still visible X-Git-Tag: MOVE2GIT~3173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4facdc70a063dc0c46f43889888e1f7d0bf8f37;p=nethack burnt webs still visible --- diff --git a/src/zap.c b/src/zap.c index 157c2c82d..69e0d3b24 100644 --- a/src/zap.c +++ b/src/zap.c @@ -3500,6 +3500,7 @@ boolean *shopdamage; /* a burning web is too flimsy to notice if you can't see it */ if (cansee(x,y)) Norep("A web bursts into flames!"); (void) delfloortrap(t); + if (cansee(x,y)) newsym(x,y); } if(is_ice(x, y)) { melt_ice(x, y);