Skip to content

Commit

Permalink
33% reduction in score awarded for nanning
Browse files Browse the repository at this point in the history
I was seeing scores for nan scout too high when playing real games.
  • Loading branch information
Xynth22 committed Nov 12, 2017
1 parent 11868f4 commit 43d3eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Igc/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ void PlayerScoreObject::CalculateScore(ImissionIGC* pmission)
float(m_cArtifacts) * pmission->GetFloatConstant(c_fcidPointsArtifacts) +
float(m_cFlags) * pmission->GetFloatConstant(c_fcidPointsFlags) +
float(m_cProbeSpot) * 10 +
float(m_cRepair) * 0.0006;
float(m_cRepair) * 0.0004;

if (m_bWin)
m_fScore *= 2.0f;
Expand Down

0 comments on commit 43d3eb1

Please sign in to comment.