From a990ebff7a770c097a9907cb5e412864ddcd7ccd Mon Sep 17 00:00:00 2001 From: Piotr Kilczuk Date: Mon, 2 May 2016 14:35:52 +0100 Subject: [PATCH] Add Class 33 support --- README.rst | 1 + dsd/machine.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 6b40bb0..14009f6 100644 --- a/README.rst +++ b/README.rst @@ -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) diff --git a/dsd/machine.py b/dsd/machine.py index cfae857..c089dbb 100644 --- a/dsd/machine.py +++ b/dsd/machine.py @@ -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,