Loading

Paste #pylgirvfu

  1. diff --git a/nml/actions/action0properties.py b/nml/actions/action0properties.py
  2. --- a/nml/actions/action0properties.py
  3. +++ b/nml/actions/action0properties.py
  4. @@ -816,7 +816,8 @@ properties[0x0A] = {
  5.      'min_cargo_distr'        : {'size': 1, 'num': 0x14},
  6.      'random_sound_effects'   : {'custom_function': random_sounds}, # = prop 15
  7.      'conflicting_ind_types'  : {'custom_function': industry_conflicting_types}, # = prop 16
  8. -    'prob_random'            : {'size': 1, 'num': 0x17},
  9. +    'prob_random'            : {'size': 1, 'num': 0x17}, # Obsolete, ambiguous name, use 'prob_map_gen' instead
  10. +    'prob_map_gen'           : {'size': 1, 'num': 0x17},
  11.      'prob_in_game'           : {'size': 1, 'num': 0x18},
  12.      'map_colour'             : {'size': 1, 'num': 0x19},
  13.      'spec_flags'             : {'size': 4, 'num': 0x1A},

Comments