summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2025-08-21 00:00:02 +0200
committerautocommitter <autocommitter@linux-forks.de>2025-08-21 00:00:02 +0200
commitd6469a42e78b59ca64ad30e73e44e3c21ca2fb96 (patch)
tree4029033d8c8c3b24a694920759d7d0eb7d3cb930
parent100019644728f2e804fdaf871f34fccdea6933eb (diff)
downloadluaatc_envs-d6469a42e78b59ca64ad30e73e44e3c21ca2fb96.tar.gz
luaatc_envs-d6469a42e78b59ca64ad30e73e44e3c21ca2fb96.tar.bz2
luaatc_envs-d6469a42e78b59ca64ad30e73e44e3c21ca2fb96.zip
State at 2025-08-21
-rw-r--r--m4/nodes/(4534,11,6814).lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/m4/nodes/(4534,11,6814).lua b/m4/nodes/(4534,11,6814).lua
index c42277b..2726255 100644
--- a/m4/nodes/(4534,11,6814).lua
+++ b/m4/nodes/(4534,11,6814).lua
@@ -1,2 +1,4 @@
-atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
-F.split_looparound_left("E16") \ No newline at end of file
+if (event.train) and (F.get_line_safe() == "E16") then
+ atc_set_text_outside("[E16] Personhood\nvia Grub Valley\nC&C Rail")
+ F.split_looparound_left("E16")
+end \ No newline at end of file