diff --git a/src/zap.c b/src/zap.c index e60efcd53..47cc93e46 100644 --- a/src/zap.c +++ b/src/zap.c @@ -1674,6 +1674,8 @@ smell: else Norep("You smell a delicious smell."); break; + case WEAPON_CLASS: /* crysknife */ + /* fall through */ default: res = 0; break;