Cloning monsters doesn't count for extinction as comments imply
Another from <Someone>'s list. Adjust the comment.
This commit is contained in:
+2
-2
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user