diff --git a/src/ball.c b/src/ball.c index c3d542ef7..1ae701e89 100644 --- a/src/ball.c +++ b/src/ball.c @@ -976,6 +976,7 @@ litter(void) You("drop %s and %s %s down the stairs with you.", yname(otmp), (otmp->quan == 1L) ? "it" : "they", otense(otmp, "fall")); + setnotworn(otmp); freeinv(otmp); hitfloor(otmp, FALSE); }