--- src/xtra1.c.orig 2004-02-24 16:42:13.000000000 -0500 +++ src/xtra1.c 2004-08-15 19:39:06.000000000 -0400 @@ -4823,6 +4823,7 @@ { int i; char buf[120]; + bool pending = FALSE; if (!outfile) return; @@ -4833,6 +4834,11 @@ fate_desc(buf, i); fprintf(outfile, "%s\n", buf); } + if ((fates[i].fate) && !(fates[i].know)) pending = TRUE; + } + if (pending) + { + fprintf(outfile, "You do not know all of your fate.\n"); } }