fix #K3907 - reviving buried corpse
Burying an olog-hai corpse with a boulder resulted in a panic when its time to revive occurred. I was able to reproduce this once but failed with "you feel less hassled" several times (using same save file for multiple tests) so I'm not quite sure what was happening. A buried corpse was allowed to revive if it was for a zombie. This fix extends that to auto-revivers (trolls and Riders). The corpse keeps its revive_mon timer rather than changing that to zombify_mon. If/when revival of a buried troll or Rider happens while in view, it will "claw itself out of the ground" like zombies do.
This commit is contained in:
@@ -1552,6 +1552,8 @@ anti-magic field's reduction of hero's maximum energy could result in current
|
||||
if hero was killed by a wand zapped by a monster, cause of death was reported
|
||||
as "killed by a bolt of <damage type> imagined by <monster>"
|
||||
throttle the difficulty of the monsters in theme room "buried zombies"
|
||||
buried troll whose auto-revive timer expired might triger panic with
|
||||
"revive default case 6"
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository
|
||||
@@ -1790,7 +1792,7 @@ Qt: use idPressed signal instead of buttonPressed and mappedString instead
|
||||
of mapped for recent Qt (pr #913 by chasonr)
|
||||
Qt+macOS: fix control key (fixed all except for ^V); handle ^V as a shortcut
|
||||
Qt+macOS: rename menu entry "nethack->Preferences..." for invoking nethack's
|
||||
key 'O' command to "Game->Run-time options" and entry "Game->Qt settings"
|
||||
'O' command to "Game->Run-time options" and entry "Game->Qt settings"
|
||||
for making persistent Qt customizations to "nethack->Preferences..."
|
||||
Qt+macOS: prevent game->Quit-without-saving from being hijacked for the nethack
|
||||
menu by renaming it game->_Quit-without-saving (macOS only)
|
||||
|
||||
Reference in New Issue
Block a user