diff options
-rw-r--r-- | Tyard/nodes/(-3967,12,-2646).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-3541,8,-2277).lua | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Tyard/nodes/(-3967,12,-2646).lua b/Tyard/nodes/(-3967,12,-2646).lua index 48f7b9f..bf0099d 100644 --- a/Tyard/nodes/(-3967,12,-2646).lua +++ b/Tyard/nodes/(-3967,12,-2646).lua @@ -1,4 +1,6 @@ -- Headshunt Exit Controller +local exit_signal = POS(-3962,14,-2645) + if not F.yard_active() then return end __approach_callback_mode = 1 if event.approach and not event.has_entered then diff --git a/durt/nodes/(-3541,8,-2277).lua b/durt/nodes/(-3541,8,-2277).lua index 22e5c4d..f49d2f7 100644 --- a/durt/nodes/(-3541,8,-2277).lua +++ b/durt/nodes/(-3541,8,-2277).lua @@ -1,3 +1,8 @@ +do return end + + + + local dir = "east" local split_indicators = {east=POS(-3559,9,-2282),west=POS(-3592,9,-2282)} local loco_indicators = {east=POS(-3540,8,-2278),west=POS(-3593,8,-2277)} |