diff --git a/bin/ai/compat_0.7.nut b/bin/ai/compat_0.7.nut --- a/bin/ai/compat_0.7.nut +++ b/bin/ai/compat_0.7.nut @@ -317,3 +317,5 @@ AIIndustry.IsCargoAccepted <- function(i } AIAbstractList <- AIList; + +AIList.ChangeItem <- AIList.SetValue; diff --git a/bin/ai/compat_1.0.nut b/bin/ai/compat_1.0.nut --- a/bin/ai/compat_1.0.nut +++ b/bin/ai/compat_1.0.nut @@ -68,3 +68,5 @@ AIIndustry.IsCargoAccepted <- function(i } AIAbstractList <- AIList; + +AIList.ChangeItem <- AIList.SetValue;