diff --git a/src/teleport.c b/src/teleport.c index 5b678be6b..4654b0784 100644 --- a/src/teleport.c +++ b/src/teleport.c @@ -625,6 +625,8 @@ level_tele() is_silent(youmonst.data) ? "writhe" : "scream"); display_nhwindow(WIN_MESSAGE, FALSE); You("cease to exist."); + if (invent) Your("possessions land on the %s with a thud.", + surface(u.ux, u.uy)); killer.format = NO_KILLER_PREFIX; Strcpy(killer.name, "committed suicide"); done(DIED);