From 765cbe0a3718093d3eac2f1bd619f2ae5229b668 Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Sat, 18 Jan 2020 09:23:56 +0000 Subject: [PATCH] Added option AI_MOVEMENT_MODE for AI movement tweaks. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2508 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 74ece1235..5b70d2ce6 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -4461,4 +4461,7 @@ AI_BETTER_COVER = FALSE ; disabled by default as it can be time consuming when playing covert ; and doesn't make much sense anyway since in YELLOW state AI doesn't know exact enemy locations -AI_YELLOW_FLANKING = FALSE \ No newline at end of file +AI_YELLOW_FLANKING = FALSE + +; AI movement mode tweaks +AI_MOVEMENT_MODE = TRUE \ No newline at end of file