fix recent Wounded_legs fix
Wounded_legs was changed from (HWounded_legs || EWounded_legs) to just (HWounded_legs), but when the timeout code decremented the timer to 0, HWounded_legs became 0 and heal_legs() operated as if there was nothing to repair and hero didn't recover from temporarily lost Dex. Change Wounded_legs back to (HWounded_legs || EWounded_legs).
This commit is contained in:
@@ -958,6 +958,9 @@ after changes to gender tracking for corpses and statues, when a unique
|
||||
rather than 'historic'
|
||||
changing engraving to an occupation resulted in not dulling a weapon used to
|
||||
engrave a single character
|
||||
a change to wounded legs handling resulted in not recovering lost dexterity
|
||||
or receiving the "leg(s) feel better" message if wound time expired
|
||||
rather than having legs be explicitly healed
|
||||
|
||||
curses: 'msg_window' option wasn't functional for curses unless the binary
|
||||
also included tty support
|
||||
|
||||
Reference in New Issue
Block a user