From 2a0e2befcd47b9aacb713fdd1eb58eca56a14395 Mon Sep 17 00:00:00 2001 From: Yaroslav Nurkov <78199449+AnywayFarus@users.noreply.github.com> Date: Sat, 13 Apr 2024 16:03:49 +0300 Subject: [PATCH] Automatic changelog for PR #2854 [ci skip] --- html/changelogs/AutoChangeLog-pr-2854.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-2854.yml diff --git a/html/changelogs/AutoChangeLog-pr-2854.yml b/html/changelogs/AutoChangeLog-pr-2854.yml new file mode 100644 index 00000000000..6ad8a94a9ca --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-2854.yml @@ -0,0 +1,6 @@ +author: "Iamgoofball" +delete-after: True +changes: + - bugfix: "Fixes AI lag by re-adding idle mode to all AI that was lost with the simple mob to basic mob conversion." + - bugfix: "AI controllers with no clients around for 14 tiles will move into idle mode and stop planning or acting." + - bugfix: "AI controllers will now record how much time was spent on planning or un-idling AI controllers." \ No newline at end of file