fix Tech anomaly loud sounds and superfast flickering (#32245)
Update TechAnomalySystem.cs
This commit is contained in:
parent
0159baf915
commit
482caea466
|
|
@ -37,7 +37,7 @@ public sealed class TechAnomalySystem : EntitySystem
|
|||
if (_timing.CurTime < tech.NextTimer)
|
||||
continue;
|
||||
|
||||
tech.NextTimer += TimeSpan.FromSeconds(tech.TimerFrequency * anom.Stability);
|
||||
tech.NextTimer += TimeSpan.FromSeconds(tech.TimerFrequency);
|
||||
|
||||
_signal.InvokePort(uid, tech.TimerPort);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue