mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-29 08:52:25 +01:00
Merge pull request #1368 from NeroOneTrueKing/patch-gnome-accuracy-buff
Gnomes get +2 to-hit
This commit is contained in:
commit
dd3fafb604
1 changed files with 4 additions and 0 deletions
|
@ -3253,6 +3253,10 @@ int flat_acc;
|
|||
}
|
||||
}
|
||||
}
|
||||
/* gnomes are especially accurate, with weapons or ranged or any other "proper" attacks... not a zombie's claw attack. */
|
||||
if (magr && (youagr ? Race_if(PM_GNOME) : is_gnome(pa)))
|
||||
wepn_acc += 2;
|
||||
|
||||
/* skill bonus (player-only; applies without a weapon as well) */
|
||||
if (youagr) {
|
||||
int wtype;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue