You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was discovered in #3724 that if a creature is currently on a path that gets updated somehow by reinforcing walls, the creature will get stuck without realizing that the path is no longer valid. This happens on both Imp reinforcement and via the Make Safe special. Interrupting the creatures action in anyway will make it pathfind properly.
Have your imps do a task beyond the corner so that they traverse through it.
When your imps head towards the corner, fortify the neighboring earth to seal the open corner.
The imps should get stuck in the corner, remaining on the invalid pathfind. Imps that start navigating after the walls are fortified close will navigate correctly (or not navigate at all if there is no valid path).
Slapping or updating imps stuck in the corner in any way should fix their path.
The text was updated successfully, but these errors were encountered:
It was discovered in #3724 that if a creature is currently on a path that gets updated somehow by reinforcing walls, the creature will get stuck without realizing that the path is no longer valid. This happens on both Imp reinforcement and via the Make Safe special. Interrupting the creatures action in anyway will make it pathfind properly.
Reproduce steps
The text was updated successfully, but these errors were encountered: