1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Fixed tab

This commit is contained in:
toxin1pilot
2021-01-11 17:28:55 +03:00
parent 929db12e4d
commit 661f7ccaa5
4 changed files with 4 additions and 4 deletions

View File

@@ -209,7 +209,7 @@ function TRAIN_SYSTEM:SolveAllInternalCircuits(Train,dT,firstIter)
)/750*(0.5+0.5*B*Train.VB.Value*Train.KZ1.Value)
))
Panel.MainLights2 = Panel.MainLights1*Train.KO.Value
Train.Battery:TriggerInput("Charge", Train.VB.Value*Panel.MainLights1)
Train.Battery:TriggerInput("Charge", Train.VB.Value*Panel.MainLights1)
Train.KK:TriggerInput("Set",T[22]+T[23])
Train.KO:TriggerInput("Close",T[27])
Train.KO:TriggerInput("Open",T[28])