diff --git a/src/apply.c b/src/apply.c index aa2cc6a5b..fec086f2e 100644 --- a/src/apply.c +++ b/src/apply.c @@ -2365,7 +2365,7 @@ use_grapple (obj) else { You("are yanked toward the %s!", surface(cc.x, cc.y)); hurtle(sgn(cc.x-u.ux), sgn(cc.y-u.uy), 1, FALSE); - spoteffects(); + spoteffects(TRUE); } return (1); default: /* Yourself (oops!) */