bullwhip and polearm attack feedback

When testing the urgent message for having weapon be snagged by a
bullwhip, in between the occasional weapon grabs (which mention
flicking the bullwhip) I saw lots of regular attacks that said
"<mon> swings his bullwhip."  That is accurate but seems odd, so
change it to "<mon> lashes his bullwhip."  Do same for the hero.

While working on that, I discovered that monsters using a polearm
for a ranged attack always showed "<mon> thrusts <a polearm>" even
for ones that aren't defined as piercing so should be swung rather
that thrust.  And they're allowed to do that when adjacent where
there isn't enough room to thrust or swing a long polearm.  Now it's
"<mon> bashes with <a polearm>" in that situation.
This commit is contained in:
PatR
2021-12-21 02:56:59 -08:00
parent 81a7157d7d
commit f08c7f2101
6 changed files with 74 additions and 15 deletions

View File

@@ -1227,6 +1227,7 @@ extern void rustm(struct monst *, struct obj *);
/* ### mhitu.c ### */
extern void hitmsg(struct monst *, struct attack *);
extern const char *mswings_verb(struct obj *, boolean);
extern const char *mpoisons_subj(struct monst *, struct attack *);
extern void u_slow_down(void);
extern struct monst *cloneu(void);