fix github issue #511 - no death message when
level-drained below level 1. No "you die" or equivalent, just straight to being life-saved or to "do you want your possessions identifed?". Change it to issue "Goodbye level 1." The fact that it is has been fatal will become obvious. An issue comment on github pointed out where the fix was needed. Fixes #511
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.535 $ $NHDT-Date: 1621208908 2021/05/16 23:48:28 $
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.539 $ $NHDT-Date: 1621380392 2021/05/18 23:26:32 $
|
||||
|
||||
General Fixes and Modified Features
|
||||
-----------------------------------
|
||||
@@ -522,6 +522,8 @@ prediscovered weapons adjustmens: only knights and samurai know polearms;
|
||||
if the move counter ever reaches 1000000000, end the game
|
||||
knights get no metal armor penalty for clerical spells
|
||||
change touch of death from instadeath to maxhp reduction and damage
|
||||
dying from being level-drained below level 1 killed hero without saying so
|
||||
and jumped straight to "do you want your possessions identified?"
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user