this currently affects only regions created created by deads heros
found in bones files
General Fixes and Modified Features
-----------------------------------
+setmangry should not be called when a monster enters a bones region
Platform- and/or Interface-Specific Fixes
if (!nonliving(mtmp->data) && !breathless(mtmp->data)) {
if (cansee(mtmp->mx, mtmp->my))
pline("%s coughs!", Monnam(mtmp));
- setmangry(mtmp);
+ if (heros_fault(reg)) setmangry(mtmp);
if (haseyes(mtmp->data) && mtmp->mcansee) {
mtmp->mblinded = 1;
mtmp->mcansee = 0;