k21971 / EvilHack

A variant of NetHack that is designed to be a much more challenging experience than the original, drawing inspiration and content from various existing variants along with adding unique and never-before-seen custom content.
Other
52 stars 21 forks source link

Fix: Offhand warning #153

Closed saltwaterterrapin closed 12 months ago

saltwaterterrapin commented 12 months ago

When having a warning-granting artifact in the alternate weapon slot and wielding a warning-granted artifact, applying a pick-axe caused the offhand weapon to start warning you of stuff, sorta. Actually due to two separate deeper problems that usually aren't apparent because ready_weapon() and similar call other functions that fix everything up. But, wield_tool() didn't call them.