add missing two-weapon feedback

When dual-wielding and you wield a different weapon, two weapon combat
was silently toggled off even when the new weapon was eligible to be
dual-wielded.  If the verbose flag is On, explicitly tell the player
when wielding something toggles off two-weapon mode.  Wielding '-' is
an exception because you already get told that you're empty handed.
This commit is contained in:
PatR
2020-04-07 07:40:33 -07:00
parent 297eb934a7
commit f694f3b644
2 changed files with 26 additions and 13 deletions

View File

@@ -117,6 +117,7 @@ demon lords hate Demonbane
pets avoid eating shapeshifter corpses unless starving or nearly feral
blessed scroll of teleportation gives a single controlled teleport
allow opening a tin without interruption if slimed
tell player when wielding a different weapon toggles off dual-wielding
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository