diff --git a/onlinetichu-counter.js b/onlinetichu-counter.js index f53dd6b..20a6930 100644 --- a/onlinetichu-counter.js +++ b/onlinetichu-counter.js @@ -386,7 +386,7 @@ function injectCounter() { grandTichuUnsuccesful: lostGrand, tichuUnsuccesful: lostTichu, tichuCoefficient: (( (generalStats.grandTichuSuccessful - lostGrand) * 200 + (generalStats.tichuSuccessful - lostTichu) * 100 ) / generalStats.rounds).toFixed(1), - oneTwoCoefficient: (200 * generalStats.oneTwo / generalStats.rounds).toFixed(1) + oneTwoCoefficient: (100 * generalStats.oneTwo / generalStats.rounds).toFixed(1) // note that we only use 100 here, as a One-Two is scored for both players. This way, this is better comparable to the tichuCoefficient } var userStats = {