#levelchange fix

Using #levelchange to reduce experience level would put nethack
into an infinite loop if the character had life-drain resistance.
This commit is contained in:
nethack.rankin
2002-06-24 10:30:23 +00:00
parent 25f25a396d
commit 174dbea372
3 changed files with 16 additions and 6 deletions
+2
View File
@@ -120,6 +120,8 @@ prevent "remove_object: obj not on floor" panic for iron ball placement if
specifying -D (or -X) to enter explore mode while restarting from a save
file was lost in the restore process
fix crash when using lookat on an known invisible monster with monster syms set
prevent getting stuck in infinite loop when using wizard mode #levelchange
command to reduce level while having level-drain resistance
Platform- and/or Interface-Specific Fixes