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

bug fixes, some adjustments

This commit is contained in:
Moon Horse
2024-07-09 17:17:47 +03:00
parent 5fe1db4e0e
commit 232a976d0b
5 changed files with 19 additions and 15 deletions

View File

@@ -16,7 +16,7 @@ function TRAIN_SYSTEM:Initialize()
-- Нулевое реле (НР)
-- Does not use any power source defined, as the operation is calculated from bus voltage
self.Train:LoadSystem("NR","Relay","R3150", { power_source = "None", coil_res = 690,pickup_current = 0.03, hasCoil = true })
self.Train:LoadSystem("NR","Relay","R3150", { power_source = "None" })--, coil_res = 690,pickup_current = 0.03, hasCoil = true })
-- Реле системы управления
self.Train:LoadSystem("RSU","Relay","R3100", {coil_res = 275,pickup_current = 0.03, hasCoil = true})
self.Train:LoadSystem("RU","Relay","R3100")