diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:59:07 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:59:07 +0200 |
commit | afa9cf0ed42976c4ff1dfb8af7a0d1eab459096f (patch) | |
tree | f8d0f061924f29c4b919e84c93f40e88ee9eff42 | |
parent | 2b7552ded15dee1606c956f25009b76c84c839db (diff) | |
download | luaatc_envs-afa9cf0ed42976c4ff1dfb8af7a0d1eab459096f.tar.gz luaatc_envs-afa9cf0ed42976c4ff1dfb8af7a0d1eab459096f.tar.bz2 luaatc_envs-afa9cf0ed42976c4ff1dfb8af7a0d1eab459096f.zip |
State at 2023-05-09
-rw-r--r-- | Cato/nodes/(4404,21,6664).lua | 8 | ||||
-rw-r--r-- | subway/nodes/(-80,-2,92).lua | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/Cato/nodes/(4404,21,6664).lua b/Cato/nodes/(4404,21,6664).lua new file mode 100644 index 0000000..51d4bab --- /dev/null +++ b/Cato/nodes/(4404,21,6664).lua @@ -0,0 +1,8 @@ +if event.train and atc_arrow then + if not atc_id then return end + if F.has_rc("COL2", F.get_rc_safe() ) then + atc_set_text_outside("Cat-o-land Local Line 2\nC&C Farm <-> Tile Bridge <->\nBamboo Bush <-> By The Way <->\nMushroom Grassland <->\nPineapple Valley [Kangasvarkaa]") + elseif F.has_rc("COL3", F.get_rc_safe() ) then + atc_set_text_outside("Cat-o-land Local Line 3\nC&C Farm <-> Cross Bay <->\nSakura Gaps <-> Diagonal Island <->\nMushroom Pier <-> Mushroom\nGrassland <->\nPineapple Valley [Kangasvarkaa]") + end +end
\ No newline at end of file diff --git a/subway/nodes/(-80,-2,92).lua b/subway/nodes/(-80,-2,92).lua index 0ce29f4..d067fbe 100644 --- a/subway/nodes/(-80,-2,92).lua +++ b/subway/nodes/(-80,-2,92).lua @@ -1,2 +1,2 @@ -F.stn("OSc2", "ONb2", "OIs2", "L", 10) +F.stn("OOr2", "ONb2", "OSm2", "L", 10) atc_set_text_outside("Line O2 - SCSI Connector Mess - Town Hall - Bracket Road - Origin")
\ No newline at end of file |