From 4c696884f2c9571e341cb78a8daedc41adcdaa84 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 19 Oct 2003 21:26:07 +0000 Subject: [PATCH] bit triggered from newsgroup post: > ""For you , esteemed lady; only 10 for this large shield." k - a > large shield (unpaid, 10 zorkmids). > To what level do you want to teleport? 0 > Go to Nowhere. Are you sure? [ynq] (q) y > You scream in agony as your body begins to warp... You cease to > exist. > Die? [yn] (n) y > Bayburt comes and takes all your possessions." > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > How? He teleported to Nowhere? Leave no doubt that your possessions did not go with you... --- src/teleport.c | 2 ++ 1 file changed, 2 insertions(+) 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);