diff --git a/rogue3/rip.c b/rogue3/rip.c index e8d5534..1d1865c 100644 --- a/rogue3/rip.c +++ b/rogue3/rip.c @@ -314,7 +314,8 @@ void writelog(int amount, int flags, int monst) if (waswizard) return; #ifdef LOGFILE - sprintf(logmessage, "%d %d %.20s ", time(NULL), amount, whoami); + sprintf(logmessage, "%d %d %.20s %d ", time(NULL), amount, whoami, + pstats.s_lvl); if (flags == 0) /* died */ { strcat(logmessage, "killed by a");