more spelling and inconsistency corrections; comments and elsewhere
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user