Cloning monsters doesn't count for extinction as comments imply

Another from <Someone>'s list.

Adjust the comment.
This commit is contained in:
nethack.allison
2003-02-09 02:25:02 +00:00
parent 217e9dadbb
commit fd22b557ed
+2 -2
View File
@@ -833,8 +833,8 @@ register int mmflags;
* the caller manually decrement mvitals if the monster is created * the caller manually decrement mvitals if the monster is created
* under circumstances where one would not logically expect the * under circumstances where one would not logically expect the
* creation to reduce the supply of wild monsters. Monster cloning * creation to reduce the supply of wild monsters. Monster cloning
* might be one such case, but we go against logic there in order to * might be one case that requires that in order to reduce the
* reduce the possibility of abuse. * possibility of abuse, but currently doesn't.
*/ */
if (mvitals[mndx].born < 255 && countbirth) mvitals[mndx].born++; if (mvitals[mndx].born < 255 && countbirth) mvitals[mndx].born++;
lim = mbirth_limit(mndx); lim = mbirth_limit(mndx);