summaryrefslogtreecommitdiff
path: root/durt/nodes
diff options
context:
space:
mode:
Diffstat (limited to 'durt/nodes')
-rw-r--r--durt/nodes/(-2089,21,851).lua12
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