1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-07-27 07:52:25 +01:00

Healers should boost pet DR by their healing bonus not beastmastery.

This commit is contained in:
chris 2022-07-05 22:46:11 -04:00
parent f6e13b5585
commit 382bc1cb91

View file

@ -1026,7 +1026,8 @@ struct monst *mon;
if(mon->mtame){
if(active_glyph(IMPURITY)) base += 3;
if(Role_if(PM_HEALER))
base += def_beastmastery();
base += heal_mlevel_bonus();
if(uring_art(ART_LOMYA))
base += def_lomya();
}