Skip to content
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

Construction Terminated: Area Blocked -- Doesn't remove building ghost #2674

Open
Brian-Catcow-B opened this issue Feb 29, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@Brian-Catcow-B
Copy link

Description

If a constructor tries building something but the area is blocked by a unit from doing so, often it will leave the ghost of the building as though the constructor will still try to build it, despite the builder's queue being updated to not contain that structure.

Things are properly cleaned up when a constructor dies, but other ways of being unable to build something should be checked, such as, but not limited to: Couldn't get there, unit cap, terrain deformation before build attempt.

Expected Behaviour

When the constructor's queue is updated to remove a building, the ghost of the building should disappear.

Actual Behaviour

Sometimes the ghost sticks around

Reproduction steps

The most common way I've found this to happen is when I have a T1 constructor bot build a field of construction turrets while a T2 bot is standing in the middle of the field of construction turrets, building an advanced fusion reactor. The T2 con doesn't move out of the way and the construction turret ghosts stick around despite the T1 con deciding to not build them.

Other

No response

@Brian-Catcow-B Brian-Catcow-B added the Bug Something isn't working label Feb 29, 2024
@sprEEEzy
Copy link

sprEEEzy commented Jul 4, 2024

Related #3261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants