Skip to content

Commit

Permalink
Change: cargo class bits 13 and 14 now define potable and non-potable…
Browse files Browse the repository at this point in the history
… (OpenTTD #12979) (#343)
  • Loading branch information
andythenorth authored Dec 8, 2024
1 parent f756c76 commit 1fc4cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nml/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def constant_number(name, info, pos):
"CC_POWDERIZED" : 11,
"CC_NON_POURABLE" : 12,
"CC_NEO_BULK" : 12,
"CC_POTABLE" : 13,
"CC_NON_POTABLE" : 14,
"CC_SPECIAL" : 15,
"NO_CARGO_CLASS" : 0,
"ALL_NORMAL_CARGO_CLASSES" : 0x1FFF,
Expand Down

0 comments on commit 1fc4cc9

Please sign in to comment.