]> granicus.if.org Git - nethack/commitdiff
bit
authornethack.allison <nethack.allison>
Sun, 19 Oct 2003 21:26:07 +0000 (21:26 +0000)
committernethack.allison <nethack.allison>
Sun, 19 Oct 2003 21:26:07 +0000 (21:26 +0000)
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

index 5b678be6bc295f321e3d87c21508032996c36924..4654b0784000ecbeb7b6be20d85c6772bab2c518 100644 (file)
@@ -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);