summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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