some comment spelling fixes
This commit is contained in:
@@ -1778,9 +1778,9 @@ mkclass_aligned(char class, int spc, /* special mons[].geno handling */
|
||||
(this used to be done in the next loop, but that didn't
|
||||
work well when multiple species had the same level and
|
||||
were followed by one that was past the bias threshold;
|
||||
cited example was sucubus and incubus, where the bias
|
||||
cited example was succubus and incubus, where the bias
|
||||
against picking the next demon resulted in incubus
|
||||
being picked nearly twice as often as sucubus);
|
||||
being picked nearly twice as often as succubus);
|
||||
we need the '+1' in case the entire set is too high
|
||||
level (really low gl.level hero) */
|
||||
nums[last] = k + 1 - (adj_lev(&mons[last]) > (u.ulevel * 2));
|
||||
|
||||
Reference in New Issue
Block a user