diff -r 6c1a50032c87 nml/actions/action0properties.py --- a/nml/actions/action0properties.py Wed Jun 27 19:08:48 2018 +0100 +++ b/nml/actions/action0properties.py Wed Jul 25 19:31:42 2018 +0100 @@ -810,8 +810,8 @@ 'prod_increase_msg' : {'size': 2, 'num': 0x0D, 'string': 0xDC}, 'prod_decrease_msg' : {'size': 2, 'num': 0x0E, 'string': 0xDC}, 'fund_cost_multiplier' : {'size': 1, 'num': 0x0F}, - 'prod_cargo_types' : {'size': 2, 'num': 0x10, 'value_function': lambda value: cargo_list(value, 2)}, - 'accept_cargo_types' : {'size': 4, 'num': 0x11, 'value_function': lambda value: cargo_list(value, 3)}, + 'prod_cargo_types' : {'size': 4, 'num': 0x10, 'value_function': lambda value: cargo_list(value, 16)}, + 'accept_cargo_types' : {'size': 4, 'num': 0x11, 'value_function': lambda value: cargo_list(value, 16)}, 'prod_multiplier' : {'custom_function': industry_prod_multiplier}, # = prop 12,13 'min_cargo_distr' : {'size': 1, 'num': 0x14}, 'random_sound_effects' : {'custom_function': random_sounds}, # = prop 15