diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:13 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:13 +0200 |
commit | d2f6fa3d769fcc7305c79c70c73e4e32ce6b23d4 (patch) | |
tree | 6360615d51d6c18753909c06df42feac7c390bba /durt | |
parent | b9eb09de0f01b5d10cebf53a239cbb685e27f0d3 (diff) | |
download | luaatc_envs-d2f6fa3d769fcc7305c79c70c73e4e32ce6b23d4.tar.gz luaatc_envs-d2f6fa3d769fcc7305c79c70c73e4e32ce6b23d4.tar.bz2 luaatc_envs-d2f6fa3d769fcc7305c79c70c73e4e32ce6b23d4.zip |
State at 2021-06-11
Diffstat (limited to 'durt')
-rw-r--r-- | durt/nodes/(-2089,21,851).lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/durt/nodes/(-2089,21,851).lua b/durt/nodes/(-2089,21,851).lua new file mode 100644 index 0000000..469ae0b --- /dev/null +++ b/durt/nodes/(-2089,21,851).lua @@ -0,0 +1,12 @@ +if event.train then + local ln = get_line() or "" + if ln == "S23" or ln == "BH" then + if atc_arrow then + atc_set_text_outside("S23 -> Mom Junction") + atc_set_text_inside("") + else + atc_set_text_outside("S23") + atc_set_text_inside("Terminus: Arcadius/nChange here for S20") + end + end +end
\ No newline at end of file |