Fix the "remove_object: obj not on floor" panic I encountered

when investigating the report of death due to falling off steed leaving
"you were riding" in the final attributes.  (This doesn't fix that bug.)
Dismounting calls teleds() to put the character on the map and teleds()
does various iron ball manipulations, but during level change the ball
is removed from the map and those manipulations won't work as intended.
This commit is contained in:
nethack.rankin
2002-06-01 10:32:55 +00:00
parent a99a8fcba8
commit ac5975ea9d
3 changed files with 13 additions and 10 deletions

View File

@@ -112,6 +112,8 @@ under !GOLDOBJ, gold shouldn't disappear if you try to throw it at yourself
under !GOLDOBJ, remove temp gold from inventory during restore
Staff of Aesculapius did not always cure sliming
correct singularization of fungi, liches, vortices
prevent "remove_object: obj not on floor" panic for iron ball placement if
riding while punished leads to a fall off steed when changing levels
Platform- and/or Interface-Specific Fixes