diff --git a/src/dig.c b/src/dig.c index d356668b2..5cb1c0baa 100644 --- a/src/dig.c +++ b/src/dig.c @@ -569,6 +569,7 @@ int ttyp; if (!ttmp) return; newobjs = level.objects[x][y]; ttmp->madeby_u = madeby_u; + ttmp->tseen = 0; if (cansee(x,y)) seetrap(ttmp); else if (madeby_u) feeltrap(ttmp);