fix for multi-construction activity not resuming #34909
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
SUMMARY: Bugfixes "fix for multi-construction activity not resuming"
Purpose of change
fix for multi-construction activity not resuming
Describe the solution
Multi-construction zone activity needed to be suspendable:false and no_resume:true,otherwise it wouldnt resume automatically from the backlog after fetchng components/tools.
Describe alternatives you've considered
N/A
Testing
Before : NPC would move one component then finish all activities.
Now : NPC moves one component, restarts the activity, moves another, etc until all of them are moved, then starts the actual construction.
Additional context
N/A