fix pyrolisk egg panic when eating from floor

From a change made about two and half months ago:  eating a pyrolisk
egg tried to use it up from inventory even when it was on the floor.
That would trigger an object lost panic.
This commit is contained in:
PatR
2024-08-17 11:02:28 -07:00
parent d441d6159b
commit 45690624e5
2 changed files with 7 additions and 3 deletions

View File

@@ -2012,6 +2012,7 @@ having #terrain display gas cloud regions as if they were traps didn't work
sensed via ESP
when a monster within a gas cloud was displayed on the map because the hero
was next to it, it remained displayed if hero moved away
eating a pyrolisk egg on the floor triggered an "object lost" panic
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository