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:
@@ -898,7 +898,7 @@ domonnoise(register struct monst* mtmp)
|
||||
pline_msg = "threatens you.";
|
||||
break;
|
||||
}
|
||||
/* Generic peaceful humanoid behaviour. */
|
||||
/* Generic peaceful humanoid behavior. */
|
||||
if (mtmp->mflee)
|
||||
pline_msg = "wants nothing to do with you.";
|
||||
else if (mtmp->mhp < mtmp->mhpmax / 4)
|
||||
|
||||
Reference in New Issue
Block a user