From 411b01f576a4b087895542665e432bb64a380ea1 Mon Sep 17 00:00:00 2001 From: Brickblock1 <100433052+Brickblock1@users.noreply.github.com> Date: Sat, 22 Apr 2023 12:56:41 +0200 Subject: [PATCH] Add: STAT_ALL_TILES --- nml/global_constants.py | 3 +++ 1 file changed, 3 insertions(+) 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,