another bit

follow-up to previous bit
This commit is contained in:
nethack.allison
2003-10-20 18:13:42 +00:00
parent 98678f6037
commit 50f7d77325

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