From: nethack.allison Date: Mon, 20 Oct 2003 18:13:42 +0000 (+0000) Subject: another bit X-Git-Tag: MOVE2GIT~1678 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50f7d7732540eba3b6be9d88fff74d40b650f580;p=nethack another bit follow-up to previous bit --- diff --git a/src/teleport.c b/src/teleport.c index 4654b0784..04da50f3d 100644 --- a/src/teleport.c +++ b/src/teleport.c @@ -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; }