Grammar and punctuation fixes.

This commit is contained in:
Mak Kolybabi
2018-09-19 22:48:43 -05:00
parent 0a1c908503
commit 9c46a26af4
9 changed files with 12 additions and 12 deletions

View File

@@ -368,7 +368,7 @@ HELM("helm of telepathy", "visored helmet",
* There is code in obj.h, objnam.c, mon.c, read.c that assumes (2).
* (1) The dragon scale mails and the dragon scales are together.
* (2) That the order of the dragon scale mail and dragon scales
* is the the same as order of dragons defined in monst.c.
* is the same as order of dragons defined in monst.c.
*/
#define DRGN_ARMR(name,mgc,power,cost,ac,color) \
ARMOR(name, None, 1, mgc, 1, power, 0, 5, 40, \

View File

@@ -921,7 +921,7 @@ aligntyp g_align;
* - fix all of your problems;
* - do you a gratuitous favor.
*
* If you make it to the the last category, you roll randomly again
* If you make it to the last category, you roll randomly again
* to see what they do for you.
*
* If your luck is at least 0, then you are guaranteed rescued from

View File

@@ -1916,7 +1916,7 @@ char *limits; /* points at range limit for current row, or NULL */
* shadow limit imposed by the far block (right) then use the far
* wall as our new far block when we recurse.
*
* If the limits are the the same, and the far block really exists
* If the limits are the same, and the far block really exists
* (fb_row >= 0) then do the same as above.
*
* Normally, the check would be for the far wall being closer OR EQUAL