We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e774fc commit 99c42d4Copy full SHA for 99c42d4
1 file changed
nml/actions/action2var_variables.py
@@ -180,6 +180,7 @@ def unsigned_tile_offset(name, args, pos, info):
180
'current_railtype' : {'var': 0x4A, 'start': 0, 'size': 8},
181
'current_max_speed' : {'var': 0x4C, 'start': 0, 'size': 16, 'value_function': value_mul_div(0x4786, 0x10000)},
182
'vehicle_is_in_depot' : {'var': 0xE2, 'start': 7, 'size': 1},
183
+ 'consist_current_power' : {'var': 0xF4, 'start': 0, 'size': 32},
184
}
185
186
varact2vars_roadvehs = {
0 commit comments