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);