diff --git a/src/mthrowu.c b/src/mthrowu.c index 061370908..2a882e2d0 100644 --- a/src/mthrowu.c +++ b/src/mthrowu.c @@ -705,6 +705,9 @@ register struct attack *mattk; distmin(mtmp->mx, mtmp->my, mtmp->mux, mtmp->muy), otmp); nomul(0); return 0; + } else { + obj_extract_self(otmp); + obfree(otmp, (struct obj *) 0); } } return 0;