Cursed mushrooms of shivering can send items out of bounds
issueid=6300 09-06-2018 05:31 AM
Ancient Member
Number of reported issues by Grond: 971
Cursed mushrooms of shivering can send items out of bounds

Eating cursed mushrooms of shivering can send wielded items into out of bounds "nothing special" areas.
Issue Details
Issue Number 6300
Project ADOM (Ancient Domains Of Mystery)
Category Windows 10 (Steam)
Status Fixed
Priority 3
Affected Version ADOM 3.2.2
Fixed Version ADOM 3.3.0
Milestone (none)
Users able to reproduce bug 0
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




09-07-2018 01:22 PM
The Creator
What do you mean by "nothing special" areas?

I can't see any problem in the code:

if (!ValidCoordinates(x, y) || !IsOpen(x, y))
{
x = pc.x;
y = pc.y;
}

09-07-2018 01:47 PM
Ancient Member
The edges of wilderness areas which allow transitioning to the overworld map (described by 'l'ook as "Nothing special."). Since attempting to move into these squares prompts you to leave the map, items there are impossible to get back by normal means.

09-07-2018 03:24 PM
The Creator
Fixed. And fixed another related special case.

+ Reply