You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once engaging the player squad members won’t stop shooting until another target is acquired or the target is destroyed even when line of sight is broken.
To Reproduce
Steps to reproduce the behavior:
Engage an enemy with one of the player’s squad
Disengage and put a wall between the two or move them out of range.
The squad character will continue to fire but will not do any damage.
Expected behavior
Ideally what should happen is that as soon as line of site is broken the squad members should stop firing.
The problem presents a big issue in terms of running game experience but should be a relatively easy fix. Perhaps a book variable could be inserted for line of sight and this could be checked every step while the player’s squad mates are shooting
The text was updated successfully, but these errors were encountered:
Once engaging the player squad members won’t stop shooting until another target is acquired or the target is destroyed even when line of sight is broken.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Ideally what should happen is that as soon as line of site is broken the squad members should stop firing.
The problem presents a big issue in terms of running game experience but should be a relatively easy fix. Perhaps a book variable could be inserted for line of sight and this could be checked every step while the player’s squad mates are shooting
The text was updated successfully, but these errors were encountered: