Skip to content

Commit

Permalink
Add: Support for build probability action CB 162 var10 0 (reverse rai…
Browse files Browse the repository at this point in the history
…l vehicle). (#313)
  • Loading branch information
PeterN authored Dec 1, 2023
1 parent 2491279 commit 52ad81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/actions/action3_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def vehicle_length(value):
'cargo_age_period' : {'type': 'cb', 'num': 0x36, 'var10': 0x2B},
'curve_speed_mod' : {'type': 'cb', 'num': 0x36, 'var10': 0x2E},
'create_effect' : {'type': 'cb', 'num': 0x160},
'reverse_build_probability' : {'type': 'cb', 'num': 0x162, 'var10': 0x00},
}
callbacks[0x00].update(general_vehicle_cbs)

Expand Down

0 comments on commit 52ad81c

Please sign in to comment.