Skip to content

Commit

Permalink
A bit slower fish
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal R committed Feb 1, 2021
1 parent a3532a5 commit 25554fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game.API.Common/Models/Hook.cs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static Hook Default

Fishes = 35, // smaller for test arena; default is 350; ignored if WorldResizeEnabled = true
FishesMultiplier = 0.01, // used when WorldResizeEnabled = true
FishThrust = 0.005f,
FishThrust = 0.004f,
FishFlockAlignment = 10f,
FishFlockCohesion = 0.001f,
FishFlockCohesionMaximumDistance = 3000,
Expand Down

0 comments on commit 25554fd

Please sign in to comment.