fix mon digest mon conferring intrinsics

Pull request #846 from entrez:  pets got two chances to obtain
intrinsics if they hit for digestion damage (only possible with
engulf attacks).

Closes #846
This commit is contained in:
PatR
2022-08-23 18:35:06 -07:00

View File

@@ -3957,7 +3957,6 @@ mhitm_ad_dgst(struct monst *magr, struct attack *mattk UNUSED,
if (nutrit > 1)
nutrit /= 2;
EDOG(magr)->hungrytime += nutrit;
mon_givit(magr, pd);
}
}
}