Skip to content

Commit

Permalink
Change: sprites complete for Progress and revised Magnum 90
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Mar 29, 2024
1 parent 8e94eb0 commit 6a83c95
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified src/graphics/pony/magnum_90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/graphics/pony/progress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/vehicles/pony/magnum_90.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def main(roster_id, **kwargs):
)

consist.description = """Even Gronks don't last forever."""
consist.foamer_facts = """Clayton CBD80/CBD90"""
consist.foamer_facts = """Clayton CBD90"""

return consist
2 changes: 1 addition & 1 deletion src/vehicles/pony/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def main(roster_id, **kwargs):
extended_vehicle_life=True, # extended vehicle life for all gronks eh
# note that livery names are metadata only and can repeat for different spriterows
additional_liveries=["BANGER_BLUE", "INDUSTRIAL_YELLOW"],
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(
Expand Down

0 comments on commit 6a83c95

Please sign in to comment.