diff --git a/Content.Shared/Weather/SharedWeatherSystem.cs b/Content.Shared/Weather/SharedWeatherSystem.cs index 95c089fa10e..0c9bbf702b0 100644 --- a/Content.Shared/Weather/SharedWeatherSystem.cs +++ b/Content.Shared/Weather/SharedWeatherSystem.cs @@ -137,6 +137,10 @@ public override void Update(float frameTime) { SetState(uid, WeatherState.Starting, comp, weather, weatherProto); } + else // DeltaV: Set state to Running when it finishes the starting time + { + SetState(uid, WeatherState.Running, comp, weather, weatherProto); + } } // Run whatever code we need.