]> granicus.if.org Git - nethack/commitdiff
another bit
authornethack.allison <nethack.allison>
Mon, 20 Oct 2003 18:13:42 +0000 (18:13 +0000)
committernethack.allison <nethack.allison>
Mon, 20 Oct 2003 18:13:42 +0000 (18:13 +0000)
follow-up to previous bit

src/teleport.c

index 4654b0784000ecbeb7b6be20d85c6772bab2c518..04da50f3d0e9bd3130fb3aea73bc4a022c62f684 100644 (file)
@@ -630,6 +630,9 @@ level_tele()
                killer.format = NO_KILLER_PREFIX;
                Strcpy(killer.name, "committed suicide");
                done(DIED);
+               pline("An energized cloud of dust begins to coalesce.");
+               Your("body rematerializes%s.", invent ?
+                       ", and you gather up all your possessions" : "");                       
                return;
            }