From fd22b557edc12f24c3ba34f51e91322bef8c8b81 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Sun, 9 Feb 2003 02:25:02 +0000 Subject: [PATCH] Cloning monsters doesn't count for extinction as comments imply Another from 's list. Adjust the comment. --- src/makemon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.40.0