Skip to content

Commit

Permalink
Add: STAT_ALL_TILES (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brickblock1 committed May 14, 2023
1 parent 9627312 commit 45ec1c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nml/global_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ def constant_number(name, info, pos):
"STAT_FLAG_CUSTOM_FOUNDATIONS" : 3,
"STAT_FLAG_EXTENDED_FOUNDATIONS" : 4,

# station tiles
"STAT_ALL_TILES" : 0xFF,

# station animation triggers
"STAT_ANIM_IS_BUILT" : 0,
"STAT_ANIM_CARGO_ARRIVES" : 1,
Expand Down

0 comments on commit 45ec1c4

Please sign in to comment.