New option AI_SAFE_SUPPRESSION adds additional checks for AI to avoid hitting friends when using suppression fire.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2572 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Sevenfm
2020-10-16 17:49:37 +00:00
parent 64e2a80f59
commit bcb06130cf
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -4533,4 +4533,7 @@ AI_PATH_TWEAKS = TRUE
AI_DECISION_INFO = FALSE
; Allow AI soldiers to shoot at recently seen/heard enemies (targets that nobody from his team sees currently)
AI_SHOOT_UNSEEN = FALSE
AI_SHOOT_UNSEEN = FALSE
; Additional check to avoid hitting friends when using suppression fire
AI_SAFE_SUPPRESSION = TRUE
+4 -1
View File
@@ -4505,4 +4505,7 @@ AI_PATH_TWEAKS = TRUE
AI_DECISION_INFO = FALSE
; Allow AI soldiers to shoot at recently seen/heard enemies (targets that nobody from his team sees currently)
AI_SHOOT_UNSEEN = FALSE
AI_SHOOT_UNSEEN = FALSE
; Additional check to avoid hitting friends when using suppression fire
AI_SAFE_SUPPRESSION = TRUE