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:
parent
f6e13b5585
commit
382bc1cb91
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue