This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Impossible Dungeon Bug #66
Labels
bug
Issue that causes crashes or unintended behavior
difficulty:moderate
Issue requires decent knowledge of the game and it's code to be resolved
eq:code
Issues revolving around core code and modules that need improvement
priority:high
Needs to be fixed in the near future
Describe the bug
In some dungeons the stairs may spawn in unreachable locations.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All dungeons should be able to be traversable, that is, a walkable path from up stair to down stair can be made that does not cross over hazards.
Additional context
Can probably fixed by on first map generation, check if a solid path can be made from up stair to down stair with tcod's built in A* algorithm.
The text was updated successfully, but these errors were encountered: