From: nethack.allison Date: Sun, 9 Feb 2003 02:25:02 +0000 (+0000) Subject: Cloning monsters doesn't count for extinction as comments imply X-Git-Tag: MOVE2GIT~2204 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd22b557edc12f24c3ba34f51e91322bef8c8b81;p=nethack Cloning monsters doesn't count for extinction as comments imply Another from 's list. Adjust the comment. --- diff --git a/src/makemon.c b/src/makemon.c index fa7f8926c..bd62b9c3c 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -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);