From 6baca91d81217ae002e856b4045cc716af18284e Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 28 Jul 2002 23:22:24 +0000 Subject: [PATCH] comment update mon.c --- src/mon.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mon.c b/src/mon.c index b449e0471..e684f2335 100644 --- a/src/mon.c +++ b/src/mon.c @@ -259,6 +259,8 @@ register struct monst *mtmp; * could be killed and leave a corpse. If a hider then hid * underneath it, you could be told the corpse type of a * monster that you never knew was there without this. + * The code in hitmu() substitutes the word "something" + * if the corpses obj->dknown is 0. */ if (Blind && !sensemon(mtmp)) obj->dknown = 0;