fix typos
This commit is contained in:
@@ -311,7 +311,7 @@ disturb(struct monst *mtmp)
|
||||
* not stealthy or (mon is an ettin and 9/10) AND
|
||||
* (mon is not a nymph, jabberwock, or leprechaun) or 1/50 AND
|
||||
* Aggravate or mon is (dog or human) or
|
||||
* (1/7 and mon is not mimicing furniture or object)
|
||||
* (1/7 and mon is not mimicking furniture or object)
|
||||
*/
|
||||
if (couldsee(mtmp->mx, mtmp->my) && mdistu(mtmp) <= 100
|
||||
&& (!Stealth || (mtmp->data == &mons[PM_ETTIN] && rn2(10)))
|
||||
|
||||
Reference in New Issue
Block a user