From: arromdee Date: Sun, 3 Mar 2002 05:29:30 +0000 (+0000) Subject: obsolete comment tid X-Git-Tag: MOVE2GIT~3079 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8492e67ee564f9be4df5dac27350cecc4a7be0e7;p=nethack obsolete comment tid --- diff --git a/src/makemon.c b/src/makemon.c index 1f43fee03..8039a1096 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -704,10 +704,6 @@ struct monst *mon; * polymorphed away from their original forms, the clone doesn't have * room for the extra information. we also don't want two shopkeepers * around for the same shop. - * similarly, clones of named monsters don't have room for the name, - * so we just make the clone unnamed instead of bothering to create - * a clone with room and copying over the name from the right place - * (which changes if the original was a shopkeeper or guard). */ if (mon->isshk) m2->isshk = FALSE; if (mon->isgd) m2->isgd = FALSE;