Skip to content

Commit df12eb4

Browse files
committed
Set mechanical stoker always true
1 parent 8ddd645 commit df12eb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1288,6 +1288,12 @@ public override void Initialize()
12881288
MaxTenderCoalMassKG = MaxTenderOilMassL * OilSpecificGravity;
12891289
}
12901290

1291+
// Oil burning locomotives will always have mechanical stokers
1292+
if (SteamLocomotiveFuelType == SteamLocomotiveFuelTypes.Oil)
1293+
{
1294+
StokerIsMechanical = true;
1295+
}
1296+
12911297
// Assign default steam table values if cylinder event is not in ENG file
12921298
if (CylinderExhausttoCutoff == null)
12931299
{

0 commit comments

Comments
 (0)