for "a" vs "an", add ukulele and uke as exceptions for "an u<anything>"
add new extended command #retravel
remove special doinv key, functionality was equal to BIND=0:inventory
+some monsters should not have been scared of bugle playing
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
&& (mtmp->mstrategy & STRAT_WAITMASK) != 0)
mtmp->mstrategy &= ~STRAT_WAITMASK;
else if (distm < distance / 3
- && !resist(mtmp, TOOL_CLASS, 0, NOTELL))
+ && !resist(mtmp, TOOL_CLASS, 0, NOTELL)
+ /* some monsters are immune */
+ && onscary(0, 0, mtmp))
monflee(mtmp, 0, FALSE, TRUE);
}
}