Skip to content

Commit

Permalink
Contempt draw 8, -12. Bench: 4332491
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano80 committed Sep 17, 2018
1 parent fd7872e commit 867ac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread.cpp
Expand Up @@ -118,7 +118,7 @@ void Thread::idle_loop() {
}

Value Thread::value_draw() {
return VALUE_DRAW + mg_value(contempt) / 15;
return VALUE_DRAW + 8 * (mg_value(contempt) - 12) / 100;
}

/// ThreadPool::set() creates/destroys threads to match the requested number.
Expand Down

0 comments on commit 867ac04

Please sign in to comment.