]> granicus.if.org Git - nethack/commitdiff
Cloning monsters doesn't count for extinction as comments imply
authornethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:25:02 +0000 (02:25 +0000)
committernethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:25:02 +0000 (02:25 +0000)
Another from <Someone>'s list.

Adjust the comment.

src/makemon.c

index fa7f8926c90b8c5f659271a15344e18a33a58da3..bd62b9c3c34ca8094a70edf9d352f27353fff63f 100644 (file)
@@ -833,8 +833,8 @@ register int        mmflags;
         * the caller manually decrement mvitals if the monster is created
         * under circumstances where one would not logically expect the
         * creation to reduce the supply of wild monsters.  Monster cloning
-        * might be one such case, but we go against logic there in order to
-        * reduce the possibility of abuse.
+        * might be one case that requires that in order to reduce the
+        * possibility of abuse, but currently doesn't.
         */
        if (mvitals[mndx].born < 255 && countbirth) mvitals[mndx].born++;
        lim = mbirth_limit(mndx);