mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +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:
@@ -4534,3 +4534,6 @@ AI_DECISION_INFO = FALSE
|
|||||||
|
|
||||||
; Allow AI soldiers to shoot at recently seen/heard enemies (targets that nobody from his team sees currently)
|
; 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
|
||||||
|
|||||||
@@ -4506,3 +4506,6 @@ AI_DECISION_INFO = FALSE
|
|||||||
|
|
||||||
; Allow AI soldiers to shoot at recently seen/heard enemies (targets that nobody from his team sees currently)
|
; 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