Skip to content

Commit

Permalink
Change: turn off Chronos and Nimbus for 3.3x release, unfinished
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Feb 5, 2024
1 parent 45ba906 commit a3beb3c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rosters/pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@ def main():
high_flyer,
sunshine_coast,
olympic,
chronos,
nimbus,
# chronos, # 3.4.0 - also trailers
# nimbus, # 3.4.0 - also trailers
# brit high speed pax
firebird,
blaze,
Expand Down
3 changes: 3 additions & 0 deletions src/vehicles/express_railcar_mail_trailer_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
def main():
# --------------- pony ----------------------------------------------------------------------

"""
# 3.4.0
consist = MailExpressRailcarTrailerCarConsist(
roster_id="pony",
base_numeric_id=4900,
Expand All @@ -19,3 +21,4 @@ def main():
tail_light="railcar_32px_3",
repeat=2,
)
"""
3 changes: 3 additions & 0 deletions src/vehicles/express_railcar_passenger_trailer_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ def main():
repeat=2,
)

"""
# 3.4.0
consist = PassengerExpressRailcarTrailerCarConsist(
roster_id="pony",
base_numeric_id=440,
Expand All @@ -69,3 +71,4 @@ def main():
suppress_roof_sprite=True,
repeat=2,
)
"""

0 comments on commit a3beb3c

Please sign in to comment.