Skip to content

Commit 74f696e

Browse files
committed
Change: add constants for FRAX cargo classes
1 parent 166ea00 commit 74f696e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nml/global_constants.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,22 @@ def constant_number(name, info, pos):
5050
"CC_EXPRESS" : 2,
5151
"CC_ARMOURED" : 3,
5252
"CC_BULK" : 4,
53+
"CC_OPEN_BULK" : 4, # FRAX
5354
"CC_PIECE_GOODS" : 5,
5455
"CC_LIQUID" : 6,
56+
"CC_LIQUID_BULK" : 6, # FRAX
5557
"CC_REFRIGERATED" : 7,
5658
"CC_HAZARDOUS" : 8,
59+
"CC_GAS_BULK" : 8, # FRAX
5760
"CC_COVERED" : 9,
61+
"CC_COVERED_BULK" : 9, # FRAX
5862
"CC_OVERSIZED" : 10,
63+
"CC_FLATBED" : 10, # FRAX
5964
"CC_POWDERIZED" : 11,
65+
"CC_POWDER_BULK" : 11, # FRAX
6066
"CC_NON_POURABLE" : 12,
6167
"CC_NEO_BULK" : 12,
68+
"CC_WEIRD" : 12, # FRAX
6269
"CC_SPECIAL" : 15,
6370
"NO_CARGO_CLASS" : 0,
6471
"ALL_NORMAL_CARGO_CLASSES" : 0x1FFF,

0 commit comments

Comments
 (0)