diff options
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(-670,1,-391).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(-863,14,-492).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(1734,26,2921).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(1921,6,-2184).lua | 4 |
4 files changed, 10 insertions, 2 deletions
diff --git a/il_timetable/nodes/(-670,1,-391).lua b/il_timetable/nodes/(-670,1,-391).lua new file mode 100644 index 0000000..869b83c --- /dev/null +++ b/il_timetable/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/il_timetable/nodes/(-863,14,-492).lua b/il_timetable/nodes/(-863,14,-492).lua index 4c650c0..d86cc4c 100644 --- a/il_timetable/nodes/(-863,14,-492).lua +++ b/il_timetable/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/il_timetable/nodes/(1734,26,2921).lua b/il_timetable/nodes/(1734,26,2921).lua index 323fc1d..6d92d95 100644 --- a/il_timetable/nodes/(1734,26,2921).lua +++ b/il_timetable/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/il_timetable/nodes/(1921,6,-2184).lua b/il_timetable/nodes/(1921,6,-2184).lua new file mode 100644 index 0000000..95b85d6 --- /dev/null +++ b/il_timetable/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 |