mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-04 00:52:33 +00:00
Trying to make a system for km334
This commit is contained in:
@@ -727,7 +727,7 @@ function ENT:Think()
|
||||
self:SetNW2Int("KRUPosition", self.KRU.Position)
|
||||
|
||||
if Pneumatic.ValveType == 1 then
|
||||
self:SetPackedRatio("BLPressure", Pneumatic.ReservoirPressure/16.0)
|
||||
self:SetPackedRatio("BLPressure", self.KM334.ResvPres/16.0)
|
||||
else
|
||||
self:SetPackedRatio("BLPressure", Pneumatic.BrakeLinePressure/16.0)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user