We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ddd645 commit df12eb4Copy full SHA for df12eb4
Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs
@@ -1288,6 +1288,12 @@ public override void Initialize()
1288
MaxTenderCoalMassKG = MaxTenderOilMassL * OilSpecificGravity;
1289
}
1290
1291
+ // Oil burning locomotives will always have mechanical stokers
1292
+ if (SteamLocomotiveFuelType == SteamLocomotiveFuelTypes.Oil)
1293
+ {
1294
+ StokerIsMechanical = true;
1295
+ }
1296
+
1297
// Assign default steam table values if cylinder event is not in ENG file
1298
if (CylinderExhausttoCutoff == null)
1299
{
0 commit comments