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

add +-0.5 random

This commit is contained in:
Hellss
2021-12-28 20:00:38 +03:00
parent 410c2e41e1
commit 7125866a33

View File

@@ -177,7 +177,7 @@ function TRAIN_SYSTEM:Initialize()
self.Train:LoadSystem("KV3","Relay","Switch",{bass=true})
self.Train:LoadSystem("R1","Relay","Switch",{bass=true,close_time=2.3})
self.Train:LoadSystem("C1","Relay","Switch",{bass=true,close_time=5.0})
self.Train:LoadSystem("C1","Relay","Switch",{bass=true,close_time=4.5+math.random()})
self.Train:LoadSystem("VKST","Relay","Switch",{bass=true,normally_closed=true})
self.V1 = 0