fix NPC forgetting they are your followers #36391
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 NPC forgetting they are your followers"
Purpose of change
Fixes #36386
Describe the solution
As per the linked issue , and the details in there.
Describe alternatives you've considered
N/A
Testing
Despite not having exact repro steps for the linked issue, I have strong suspicions its down to this problem,and even its not, this needs to be fixed anyway.
As it causes NPCs to forget they are your followers briefly when told to stop guarding under certain conditions. - the step between that stage and them leaving your faction, is probably down to the user telling the NPC they are "going to go their own way" which dosnt actually change the chatbin topic, therefore creating the impression they are still half a follower.
Additional context
N/A