ash storms just the facts
This commit is contained in:
@@ -38,6 +38,7 @@ public abstract class SharedWeatherSystem : EntitySystem
|
||||
if (weather.EndTime != null)
|
||||
weather.EndTime = weather.EndTime.Value + args.PausedTime;
|
||||
}
|
||||
component.NextUpdate += args.PausedTime; // DeltaV
|
||||
}
|
||||
|
||||
public bool CanWeatherAffect(EntityUid uid, MapGridComponent grid, TileRef tileRef, RoofComponent? roofComp = null)
|
||||
|
||||
Reference in New Issue
Block a user