diff --git a/nml/global_constants.py b/nml/global_constants.py index 69b24f8a..ded31756 100644 --- a/nml/global_constants.py +++ b/nml/global_constants.py @@ -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,