diff --git a/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua b/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua index 93e09a8..76c7146 100644 --- a/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua +++ b/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua @@ -464,7 +464,7 @@ function TRAIN_SYSTEM:Think(dT) -- утечка через неплотность уравнительного поршня if self.BLDisconnect then self:equalizePressure(dT, "ReservoirPressure", self.BrakeLinePressure, 0.06, 0) end if (self.RealDriverValvePosition > 2) and (self.RealDriverValvePosition < 5) then - local pr_speed = 1.25*6--wagc + local pr_speed = 1.25*6--wagc if self.Leak or self.BrakeLineOpen then pr_speed = pr_speed*0.3 end local _a = 0 for _i = 1, #Train.WagonList do