diff options
Diffstat (limited to 'subway')
-rw-r--r-- | subway/nodes/(-1586,-1,685).lua | 2 | ||||
-rw-r--r-- | subway/nodes/(-1606,2,595).lua | 2 | ||||
-rw-r--r-- | subway/nodes/(-543,-5,-772).lua | 2 | ||||
-rw-r--r-- | subway/nodes/(-6,25,43).lua | 2 | ||||
-rw-r--r-- | subway/nodes/(114,10,-10).lua | 9 | ||||
-rw-r--r-- | subway/nodes/(42,25,-67).lua | 2 |
6 files changed, 14 insertions, 5 deletions
diff --git a/subway/nodes/(-1586,-1,685).lua b/subway/nodes/(-1586,-1,685).lua index c14728e..40b7f1b 100644 --- a/subway/nodes/(-1586,-1,685).lua +++ b/subway/nodes/(-1586,-1,685).lua @@ -1,2 +1,2 @@ F.stn_return_free("Apl1W", "Pal1ES", "st") -atc_send("B2")
\ No newline at end of file +atc_send("B3")
\ No newline at end of file diff --git a/subway/nodes/(-1606,2,595).lua b/subway/nodes/(-1606,2,595).lua index 7dbb72c..c750f91 100644 --- a/subway/nodes/(-1606,2,595).lua +++ b/subway/nodes/(-1606,2,595).lua @@ -1,6 +1,6 @@ if event.train then if flip then - atc_set_text_outside("1 - Syzmon's Dam") + atc_set_text_outside("1 - Szymon's Dam") set_rc("Szy") else atc_set_text_outside("1 - Windy Mountains") diff --git a/subway/nodes/(-543,-5,-772).lua b/subway/nodes/(-543,-5,-772).lua index ce124b7..6fc7189 100644 --- a/subway/nodes/(-543,-5,-772).lua +++ b/subway/nodes/(-543,-5,-772).lua @@ -1,3 +1,3 @@ depart=false F.stn("Wbb3N", "Rsi3N", "Leo3N", "L") --- F.stat("Line 3", false)
\ No newline at end of file +F.stat("Line 3", false)
\ No newline at end of file diff --git a/subway/nodes/(-6,25,43).lua b/subway/nodes/(-6,25,43).lua index 230acc7..ad0b06e 100644 --- a/subway/nodes/(-6,25,43).lua +++ b/subway/nodes/(-6,25,43).lua @@ -1 +1 @@ -F.stn("OEs2", "OIr2", "OTh2", "L", 10) +F.stn("OEs2", "OIr2", "OLv2", "L", 10) diff --git a/subway/nodes/(114,10,-10).lua b/subway/nodes/(114,10,-10).lua new file mode 100644 index 0000000..6ddab96 --- /dev/null +++ b/subway/nodes/(114,10,-10).lua @@ -0,0 +1,9 @@ +if event.type == "punch" then + interrupt_pos({x= 124,y=14,z=-12} , "toggle") + return +end + +if event.type == "digiline" and event.channel == "tdetectors" then + interrupt_pos({x= 119,y=10,z=-26} , event.msg) + return +end
\ No newline at end of file diff --git a/subway/nodes/(42,25,-67).lua b/subway/nodes/(42,25,-67).lua index 22fee4f..5105ed2 100644 --- a/subway/nodes/(42,25,-67).lua +++ b/subway/nodes/(42,25,-67).lua @@ -1 +1 @@ -F.stn("OTh2", "OLv2", "OBa2", "L", 10)
\ No newline at end of file +F.stn("OIr2", "OLv2", "OBa2", "L", 10)
\ No newline at end of file |