-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mechanized infantry shoots friendly units that start firing their weapon #314
Labels
Comments
Looks like I don't have write access to push a branch and open a pull request, but here's some notes on the technical fix: Within
The fix would be to add a check for the side before telling units to shoot. For example:
|
Excellent find and repo! |
nk3nny
added a commit
that referenced
this issue
Jun 8, 2022
… weapon Fix Mechanized infantry shoots friendly units that start firing their weapon Fix Vehicles jinking to own side shooting(!) Reference: #314 Thanks blake8090
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mods (complete and add to the following information):
2.08.148892
3.15.6
2.5.4 dev
Description:
Suppose a unit is next to a separate group of friendly infantry with an armored vehicle (APC or tank).
When the unit starts shooting, the armored vehicle will order the infantry to shoot and kill the unit, despite being on the same side.
Steps to reproduce:
Expected behavior:
When a friendly unit starts shooting, nearby friendly mechanized infantry should not target that unit.
Where did the issue occur?
Additional context:
Videos:
Below is a link to a video showing how to reproduce this issue:
https://imgur.com/a/2lzAbrR
The text was updated successfully, but these errors were encountered: