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:
@@ -794,7 +794,7 @@ doopen_indir(coordxy x, coordxy y)
|
||||
return ECMD_TIME;
|
||||
|
||||
/* when choosing a direction is impaired, use a turn
|
||||
regardless of whether a door is successfully targetted */
|
||||
regardless of whether a door is successfully targeted */
|
||||
if (Confusion || Stunned)
|
||||
res = ECMD_TIME;
|
||||
|
||||
@@ -954,7 +954,7 @@ doclose(void)
|
||||
return ECMD_TIME;
|
||||
|
||||
/* when choosing a direction is impaired, use a turn
|
||||
regardless of whether a door is successfully targetted */
|
||||
regardless of whether a door is successfully targeted */
|
||||
if (Confusion || Stunned)
|
||||
res = ECMD_TIME;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user