fix an impossible() on pick-up from stomach

This commit is contained in:
nhmall
2026-04-28 01:54:33 -04:00
parent a090ba90a1
commit f6761c7d22
2 changed files with 22 additions and 3 deletions
+4 -1
View File
@@ -2233,7 +2233,10 @@ when reading an engraving, suppress the addition of a trailing period if the
cursed magic whistle could teleport hero on no-teleport levels
give a brief explanation when receiving a wish for acquiring the Amulet
teleportation traps no longer teleport you on levels made temporarily
no-teleport by the presence of a monster
no-teleport by the presence of a monster
an attempt to pick up an object from a monster's stomach would trigger
an impossible() in newsym() due to object having no ox,oy coordinates
set; set the coordinates to the monster's at the start of pick_obj()
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository