diff options
Diffstat (limited to 'durt/nodes/(-2120,21,869).lua')
-rw-r--r-- | durt/nodes/(-2120,21,869).lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/durt/nodes/(-2120,21,869).lua b/durt/nodes/(-2120,21,869).lua new file mode 100644 index 0000000..b9831ee --- /dev/null +++ b/durt/nodes/(-2120,21,869).lua @@ -0,0 +1,5 @@ +-- +if event.train and atc_arrow and get_line() == "S20" then + local current_text = atc_get_text_outside() or "" + atc_set_text_outside("Service Ends At Arcadius\n No Access to Trap City\n \n"..current_text) +end
\ No newline at end of file |