Skip to content

Commit

Permalink
Add Class 33 support
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkilczuk committed Nov 19, 2016
1 parent f7cb7db commit a990ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Supported traction

**railworks-dsd** has been positively tested with the following vehicles.

* Class 33
* Class 37 (default and West Highland Line South versions)
* Class 40 (Armstrong Powerhouse version)
* Class 43 HST (ECMLS and Just Trains Scottish ECML versions)
Expand Down
1 change: 1 addition & 0 deletions dsd/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'RailRight.Class40Green': models.Class40DSDModel, # TODO: make generic with patterndict

'RSC.BrightonMainLine': models.GenericDSDModel, # TODO: make more specific with patterndict
'RSC.Class33Pack01': models.GenericDSDModel,
'RSC.Class47Pack01': models.Class43JT_47_DSDModel,
'RSC.Class66Pack02': models.Class66APDSDModel,
'RSC.Class70Pack01': models.GenericDSDModel,
Expand Down

0 comments on commit a990ebf

Please sign in to comment.