follow-up bit

This commit is contained in:
nhmall
2019-12-01 19:11:12 -05:00
parent d2d40289e6
commit 5de24d2a0d
+1 -1
View File
@@ -405,7 +405,7 @@ aligntyp atyp; /* A_NONE is used for 'any alignment' */
struct permonst *ptr; struct permonst *ptr;
/* /*
* As of 3.6.2: [fix #H2204, 22-Dec-2010, eight years later...] * 3.6.2: [fixed #H2204, 22-Dec-2010, eight years later...]
* pick a correctly aligned demon in one try. This used to * pick a correctly aligned demon in one try. This used to
* use mkclass() to choose a random demon type and keep trying * use mkclass() to choose a random demon type and keep trying
* (up to 20 times) until it got one with the desired alignment. * (up to 20 times) until it got one with the desired alignment.