Fix iron ball being deallocated when saving

When swallowed by an air elemental, going down into a pit
placed the attached iron ball on the floor. Saving (or
using #wizmakemap) then deallocated the iron ball.

Check being swallowed before trying to go down.
This commit is contained in:
Pasi Kallinen
2020-04-01 12:20:18 +03:00
parent f13ee3c9bc
commit 62538f8e62
2 changed files with 10 additions and 7 deletions
+2
View File
@@ -95,6 +95,8 @@ hero polymorphed into a hider and hiding was not unhidden when teleporting
impose tighter restraints on 'summon nasties', both for spellcasting monsters
and post-Wizard harassment
prevent swallowing monster ending up in a solid wall if it killed vault guard
fix attached ball getting deallocated if swallowed, going down into a pit,
and saving
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository