mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
BP 1337 fix for 81-717(spb) (work chamber is now fully charged on spawn)
This commit is contained in:
@@ -1036,6 +1036,7 @@ ENT.Spawner = {
|
||||
ent._SpawnerStarted = val
|
||||
end
|
||||
ent.Pneumatic.TrainLinePressure = val==3 and math.random()*4 or val==2 and 4.5+math.random()*3 or 7.6+math.random()*0.6
|
||||
ent.Pneumatic.WorkingChamberPressure = val==3 and math.random()*1.0 or val==2 and 4.0+math.random()*1.0 or 5.2
|
||||
if val==4 then ent.Pneumatic.BrakeLinePressure = 5.2 end
|
||||
end},
|
||||
}
|
||||
@@ -108,6 +108,7 @@ ENT.Spawner = {
|
||||
ent._SpawnerStarted = val
|
||||
end
|
||||
ent.Pneumatic.TrainLinePressure = val==3 and math.random()*4 or val==2 and 4.5+math.random()*3 or 7.6+math.random()*0.6
|
||||
ent.Pneumatic.WorkingChamberPressure = val==3 and math.random()*1.0 or val==2 and 4.0+math.random()*1.0 or 5.2
|
||||
if val==4 then ent.Pneumatic.BrakeLinePressure = 5.2 end
|
||||
end},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user