Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiii7d authored Jan 25, 2025
1 parent bf2fcf7 commit 28a145d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(self, config: Config):

if line_code == "2X":
RailLineBuilder(self, line).connect(*stations, between=("Formosa Northern", "UCWT International Airport East"), exclude=["Danielston Paisley Place Transportation Center"], forward_label="to Siletz Salvador Station", backward_label="Whitechapel Border")
RailLineBuilder(self, line).connect(*stations, between=("Central City Warp Rail Termina", "Siletz Salvador Station"), exclude=["Rochshire", "Woodsbane"], backward_label="Whitechapel Border")
RailLineBuilder(self, line).connect(*stations, between=("Central City Warp Rail Terminal", "Siletz Salvador Station"), exclude=["Rochshire", "Woodsbane"], backward_label="Whitechapel Border")

rich.print(RESULT + f"IntraRail Line {line_code} has {len(stations)} stations")

Expand Down

0 comments on commit 28a145d

Please sign in to comment.