some spelling corrections
The pull request included some changes that were neither accidental nor unintentional, so only a subset of the changes from pull request #869 submitted by klorpa were manually applied. behaviour -> behavior speach -> speech knowlege -> knowledge incrments -> increments stethscope -> stethoscope staiway -> stairway arifact -> artifact extracing -> extracting The uses of "iff" were left alone. Close #869
This commit is contained in:
@@ -1480,7 +1480,7 @@ unmakemon(
|
||||
|
||||
/* if count has reached the limit of 255, we don't know whether
|
||||
that just happened when creating this monster or the threshold
|
||||
had already been reached and further incrments were suppressed;
|
||||
had already been reached and further increments were suppressed;
|
||||
assume the latter */
|
||||
if (countbirth && g.mvitals[mndx].born > 0 && g.mvitals[mndx].born < 255)
|
||||
g.mvitals[mndx].born -= 1;
|
||||
|
||||
Reference in New Issue
Block a user