v1.3.0.1 (Epic Store release)

This commit is contained in:
Regalis11
2024-03-28 18:34:33 +02:00
parent 81ca8637be
commit 3791670c42
269 changed files with 13160 additions and 2966 deletions
@@ -184,7 +184,8 @@ namespace Barotrauma
connection.CrackSegments.Clear();
connection.CrackSegments.AddRange(MathUtils.GenerateJaggedLine(
connectionStart, connectionEnd,
iterations, connectionLength * generationParams.ConnectionIndicatorDisplacementMultiplier));
iterations, connectionLength * generationParams.ConnectionIndicatorDisplacementMultiplier,
rng: Rand.GetRNG(Rand.RandSync.ServerAndClient)));
}
private void LocationChanged(Location prevLocation, Location newLocation)