]> granicus.if.org Git - nethack/commitdiff
burnt webs still visible
authorcohrs <cohrs>
Fri, 15 Feb 2002 03:20:41 +0000 (03:20 +0000)
committercohrs <cohrs>
Fri, 15 Feb 2002 03:20:41 +0000 (03:20 +0000)
src/zap.c

index 157c2c82d19a4c0032c0c2f9edaaed93fb9ee5e4..69e0d3b243e09daaad22131fd38c267212f82449 100644 (file)
--- 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);