diff bin/ai/compat_0.7.nut @ 18454:b9e554b1d8a1 draft

(svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen)
author truebrain <truebrain@openttd.org>
date Wed, 23 Nov 2011 16:05:19 +0000
parents 2dbb9286ae7a
children ad8b29abd4d7
line wrap: on
line diff
--- a/bin/ai/compat_0.7.nut
+++ b/bin/ai/compat_0.7.nut
@@ -326,3 +326,5 @@
 {
 	return AICompany.GetQuarterlyCompanyValue(company, AICompany.CURRENT_QUARTER);
 }
+
+AITown.GetLastMonthTransported <- AITown.GetLastMonthSupplied;