Monsters were bashing with Snickersnee

Side effect of allowing Snickersnee to attack like a polearm,
monsters were bashing with it in melee.
This commit is contained in:
Pasi Kallinen
2025-05-20 19:59:25 +03:00
parent 68ef0b49c1
commit ab4f70b448
2 changed files with 2 additions and 1 deletions

View File

@@ -872,6 +872,7 @@ mattacku(struct monst *mtmp)
mon_currwep = MON_WEP(mtmp);
if (mon_currwep) {
boolean bash = (is_pole(mon_currwep)
&& !is_art(mon_currwep, ART_SNICKERSNEE)
&& m_next2u(mtmp));
hittmp = hitval(mon_currwep, &gy.youmonst);