mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-04 00:52:33 +00:00
@@ -256,7 +256,7 @@ function ENT:Think()
|
||||
-- Feed packed floats
|
||||
self:SetNW2Int("WrenchMode",self.KVWrenchMode)
|
||||
self:SetPackedRatio("CranePosition", 1-Pneumatic.DriverValvePosition/7)
|
||||
self:SetPackedRatio("ControllerPosition", (self.KV.ControllerPosition+3)/7)
|
||||
self:SetNW2Int("ControllerPosition", self.KV.ControllerPosition+3)
|
||||
self:SetPackedRatio("ReverserPosition", 1-(self.KV.ReverserPosition+1)/2)
|
||||
self:SetPackedBool("RCUPosition", self.KV.RCU > 0)
|
||||
self:SetPackedRatio("BLPressure", Pneumatic.ReservoirPressure/16.0)
|
||||
|
||||
Reference in New Issue
Block a user