Skip to content

Commit

Permalink
Merge branch 'master' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
LiZhenhuan1019 committed Jun 20, 2021
2 parents de5ab04 + 1a92930 commit 26d0fab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public override ExplainedNumber GetEffectivePartyMorale(
MobileParty mobileParty,
bool includeDescription = false)
{
ExplainedNumber explainedNumber = new ExplainedNumber(100f, includeDescription);
ExplainedNumber explainedNumber = new ExplainedNumber(50f, includeDescription);
return explainedNumber;
}

Expand Down

0 comments on commit 26d0fab

Please sign in to comment.