ash storms just the facts

This commit is contained in:
deltanedas
2024-12-18 01:27:23 +00:00
committed by tommy
parent cef7597e8d
commit 800fd928b8
12 changed files with 331 additions and 0 deletions

View File

@@ -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)