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; }