Skip to content

Commit

Permalink
Increase leader change rep cost
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Jul 2, 2023
1 parent 7081d6d commit d280b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Leaders/StrategyConfigRP0.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ public void Load(ConfigNode node)
}

// For some reason need to set here, not in ctor.
removalCostRepPercent = 0.1d;
removalCostLerpPower = 3d;
removalCostRepPercent = 0.2d;
removalCostLerpPower = 2.5d;


ConfigNode.LoadObjectFromConfig(this, node);
Expand Down

0 comments on commit d280b90

Please sign in to comment.