Skip to content

Commit

Permalink
Revert flagellum energy cost re-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Nov 21, 2024
1 parent c7538ec commit d98ac5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulation_parameters/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static class Constants

public const float SPRINTING_FORCE_MULTIPLIER = 1.8f;

public const float FLAGELLA_ENERGY_COST = 4.0f;
public const float FLAGELLA_ENERGY_COST = 6.0f;

public const float FLAGELLA_BASE_FORCE = 20.0f;

Expand Down

0 comments on commit d98ac5e

Please sign in to comment.