fix ash storms not doing damage (#2497)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
14cb4bc00d
commit
ca18cbbd21
|
|
@ -137,6 +137,10 @@ public abstract class SharedWeatherSystem : EntitySystem
|
|||
{
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue