Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exclude completed quests from active person check
NPCs can only belong to a single quest at a time. This is determined by their Person record existing in another quest's resources. However, it's possible for a completed quest to continue locking out NPC during tombstone period where quest is otherwise finished. This change frees NPC for another quest as soon as previous quest is completed without also waiting for tombstone period to expire and quest instance being unloaded from quest machine.
- Loading branch information