Makes NPC's seek out players again #700
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.
What this PR does
Moves one var check back to where it was, specifically for if the AI has an objective to attack currently
This fixes random elimination squads/enemies chilling until you attack them
Why it should be added to the game
In the same commit that burger made AI's run away at round end, they tried to make the code a bit neater by pushing back
can_attack
andobjective_attack
1 proc backwards.That in fact made every AI unable to find players, ever, as long as they were not attacked.