diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:29 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:29 +0200 |
commit | 34e7dc95ed05914c0ec82dd385e6e9478cf184ea (patch) | |
tree | 6ed8b64240df159a143123ad642e367de0acf6f1 /nodes | |
parent | 2b6a89af603dc97e386fdb1ef719882f6e0df4a8 (diff) | |
download | il_timetable-34e7dc95ed05914c0ec82dd385e6e9478cf184ea.tar.gz il_timetable-34e7dc95ed05914c0ec82dd385e6e9478cf184ea.tar.bz2 il_timetable-34e7dc95ed05914c0ec82dd385e6e9478cf184ea.zip |
State at 2020-11-06
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(-670,1,-391).lua | 4 | ||||
-rw-r--r-- | nodes/(-863,14,-492).lua | 2 | ||||
-rw-r--r-- | nodes/(1734,26,2921).lua | 2 | ||||
-rw-r--r-- | nodes/(1921,6,-2184).lua | 4 |
4 files changed, 10 insertions, 2 deletions
diff --git a/nodes/(-670,1,-391).lua b/nodes/(-670,1,-391).lua new file mode 100644 index 0000000..869b83c --- /dev/null +++ b/nodes/(-670,1,-391).lua @@ -0,0 +1,4 @@ +local rc = get_rc() +if rc == "NNPW" then + atc_set_text_outside("Nanepiwer: Spawn -> Riverside -> Onionland -> Stallmangrad") +end
\ No newline at end of file diff --git a/nodes/(-863,14,-492).lua b/nodes/(-863,14,-492).lua index 4c650c0..d86cc4c 100644 --- a/nodes/(-863,14,-492).lua +++ b/nodes/(-863,14,-492).lua @@ -1,6 +1,6 @@ if flip then - atc_set_text_outside("E3 - Sraczka's Village\n via Trisiston") + atc_set_text_outside("E3 - BigFishCity\n via Trisiston") set_rc("E3_Sra") else atc_set_text_outside("E3 - Shanielle Inlet\n via Trisiston") diff --git a/nodes/(1734,26,2921).lua b/nodes/(1734,26,2921).lua index 323fc1d..6d92d95 100644 --- a/nodes/(1734,26,2921).lua +++ b/nodes/(1734,26,2921).lua @@ -1,5 +1,5 @@ -- d_int: Departure every n seconds (epoch modulo) -- d_off: Departure time offset -- function F.stop_sd(st_name, doors, departcommand, minstoptime, d_int, d_off) -F.stop_sd_sched("Ehlodex", "R", "RSM", 10, 120, 70) +F.stop_sd_sched("Personhood Main", "R", "RSM", 10, 120, 70) atc_set_text_outside("E1: Personhood <-> Spawn <-> Melinka Town")
\ No newline at end of file diff --git a/nodes/(1921,6,-2184).lua b/nodes/(1921,6,-2184).lua new file mode 100644 index 0000000..95b85d6 --- /dev/null +++ b/nodes/(1921,6,-2184).lua @@ -0,0 +1,4 @@ +local rc = get_rc() +if rc == "NNPW" then + atc_set_text_outside("Nanepiwer: Stallmangrad -> Onionland -> Riverside -> Spawn") +end
\ No newline at end of file |