--- src-orig/dungeon.c Tue Jan 14 23:25:08 2003 +++ src/dungeon.c Sun Feb 16 21:58:37 2003 @@ -127,7 +127,7 @@ heavy = ((cp_ptr->flags & CF_PSEUDO_ID_HEAVY) ? TRUE : FALSE); /* Check to see if detected anything worn */ - if (rand_int(delay2)) return; + if (!rand_int(delay2)) { /*** Sense your wielded slots ***/