-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suspend manager thinks floor bars block wall when opposite is true #3074
Comments
did this turn out to not be an issue? |
Different issue as discussed on Discord, |
discord discussion link: https://discord.com/channels/793331351645323264/807444467140788254/1088341251008516178 |
List of building to take in account:
|
see also DFHack/df-structures#586 |
will also note that in a playthrough earlier this evening i had suspendmanager behave badly with respect to constructing two adjacent bridges; this behavior would be explained by it incorrectly thinking bridges are impassible at construction |
Suspend manager is suspending these floor bars, I think because it thinks they would block the adjacent walls, when in fact the walls are impossible to construct WITHOUT the floor bars
Save: https://pileof.rocks/barswtf.zip
mods:
mods.zip
As discussed in Discord, sounds like this is an issue with
building:isImpassableAtCreation()
The text was updated successfully, but these errors were encountered: