]> granicus.if.org Git - nethack/commitdiff
obsolete comment tid
authorarromdee <arromdee>
Sun, 3 Mar 2002 05:29:30 +0000 (05:29 +0000)
committerarromdee <arromdee>
Sun, 3 Mar 2002 05:29:30 +0000 (05:29 +0000)
src/makemon.c

index 1f43fee03428410ce31d17ba19f07998f4e41c1d..8039a1096bad0c98aefbbcdd057732dcbff8bca2 100644 (file)
@@ -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;