mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user