fix #K2622 - fire/frost horn feedback for monster
When a monster used a fire horn or frost horn to attack the hero, the feedback claimed that the attack was being directed at itself. The error occurred in code that was added to 3.7 during 3.6 development but wasn't present in 3.6.x so fixes entry is in the "exposed by git" section.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.337 $ $NHDT-Date: 1603507384 2020/10/24 02:43:04 $
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.338 $ $NHDT-Date: 1603509297 2020/10/24 03:14:57 $
|
||||
|
||||
General Fixes and Modified Features
|
||||
-----------------------------------
|
||||
@@ -369,6 +369,8 @@ replace worm tail placement code that reportedly led to a sanity_check warning
|
||||
learn scroll of teleportation after reading even when random destination is
|
||||
right by starting spot
|
||||
fix off-by-one bug in dimensions of theme rooms
|
||||
fire/frost horn feedback when zapped by monster was inaccurate (falsely
|
||||
claimed that it was "directed at self" when attacking hero)
|
||||
|
||||
curses: 'msg_window' option wasn't functional for curses unless the binary
|
||||
also included tty support
|
||||
|
||||
Reference in New Issue
Block a user