-
Notifications
You must be signed in to change notification settings - Fork 235
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
Fatboy unit detach bug + exFac footprint fix #6192
Fatboy unit detach bug + exFac footprint fix #6192
Conversation
changelog/snippets/fix.6192.md
Outdated
@@ -0,0 +1 @@ | |||
(#6192) Removes an erroneous exFac dummy unit structure footprint, and prevents the fatboy from detaching units under construction when "deploy" is ordered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you turn this into two lines, e.g.:
(#6192) Removes an erroneous structure footprint from the dummy unit of external factories
(#6192) Fix a bug where deploying when building a unit in the external factory would detachg the unit under construction
This primarily applies to the Fatboy.
That makes it easier to read 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The unit inside the mobile factory still blocks construction. I guess that's unfixable?
I was unaware of that, but I'm guessing it has to do with the build area needing to be free etc. etc. We could chase that goose but I think the return would be minimal, I was mostly worried about the little square popping up (which looked scuffed). |
Issues:
Fixes:
Afterthoughts: