From 229e572663158d8fd37cabf3c2a3cb06811ff0a1 Mon Sep 17 00:00:00 2001 From: truebrain Date: Wed, 23 Nov 2011 16:05:19 +0000 Subject: (svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen) --- bin/ai/compat_1.1.nut | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin/ai/compat_1.1.nut') diff --git a/bin/ai/compat_1.1.nut b/bin/ai/compat_1.1.nut index 8328e4b9a..3e3175d3e 100644 --- a/bin/ai/compat_1.1.nut +++ b/bin/ai/compat_1.1.nut @@ -13,3 +13,5 @@ AICompany.GetCompanyValue <- function(company) { return AICompany.GetQuarterlyCompanyValue(company, AICompany.CURRENT_QUARTER); } + +AITown.GetLastMonthTransported <- AITown.GetLastMonthSupplied; -- cgit v1.2.3-54-g00ecf