diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-03-25 00:00:02 +0100 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-03-25 00:00:02 +0100 |
commit | c1c7d104c0fa9a501c57650c45a774451eb25aed (patch) | |
tree | f8f9b7e4a29b4e63ede1cbb19d1064a10fda0925 /subway/init_code.lua | |
parent | ca0267206ebd83b427b19c44ba831a3d28efbf28 (diff) | |
download | luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.tar.gz luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.tar.bz2 luaatc_envs-c1c7d104c0fa9a501c57650c45a774451eb25aed.zip |
State at 2025-03-25
Diffstat (limited to 'subway/init_code.lua')
-rw-r--r-- | subway/init_code.lua | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/subway/init_code.lua b/subway/init_code.lua index cc77426..bf750ca 100644 --- a/subway/init_code.lua +++ b/subway/init_code.lua @@ -231,8 +231,13 @@ end F.stn_union=function(line1, prev1, prev2, this, next, doors, dps, osig, ret_sw, ret_st, nohalt, waittime) if not atc_id then - atc_send("B0") - error("Train has disappeared!") + -- orwell 2025-03-24 + if (event.int and event.message=="ready") then + print(this,": Missing train on ready!") + interrupt(F.rant(), "ready") + end + -- otherwise ignore + return end if not atc_arrow then atc_send("B0") |