more spelling and inconsistency corrections; comments and elsewhere

This commit is contained in:
nhmall
2026-01-11 21:12:25 -05:00
parent 904e3ffe67
commit c62d76b776
17 changed files with 68 additions and 68 deletions

View File

@@ -487,7 +487,7 @@ mon_adjust_speed(
switch (adjust) {
case 2:
mon->permspeed = MFAST;
give_msg = FALSE; /* special case monster creation */
give_msg = FALSE; /* special-case monster creation */
break;
case 1:
if (mon->permspeed == MSLOW)
@@ -980,7 +980,7 @@ m_dowear_type(
}
}
update_mon_extrinsics(mon, best, TRUE, creation);
/* if couldn't see it but now can, or vice versa, */
/* if couldn't see it but now can, or vice versa */
if (!creation && (sawmon ^ canseemon(mon))) {
if (mon->minvis && !See_invisible) {
pline("Suddenly you cannot see %s.", nambuf);