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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user