From e4facdc70a063dc0c46f43889888e1f7d0bf8f37 Mon Sep 17 00:00:00 2001 From: cohrs Date: Fri, 15 Feb 2002 03:20:41 +0000 Subject: [PATCH] burnt webs still visible --- src/zap.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1