Skip to content

Commit

Permalink
Merge pull request #58 from InvalidArgument3/roidnetworking-narrowing…
Browse files Browse the repository at this point in the history
…downthecause

asteroid integ to multiplier
  • Loading branch information
InvalidArgument3 authored Jun 16, 2024
2 parents f740e3a + 10a52e3 commit c390a7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ private void Init(Vector3D position, float size, Vector3D initialVelocity, Aster
}

Size = size;
_integrity = AsteroidSettings.BaseIntegrity + Size;
_integrity = AsteroidSettings.BaseIntegrity * Size;
Log.Info($"Base Integrity: {AsteroidSettings.BaseIntegrity}, Size: {Size}, Total Integrity: {_integrity}");

Log.Info($"Attempting to load model: {ModelString}");
Expand Down

0 comments on commit c390a7d

Please sign in to comment.