Skip to content

Commit

Permalink
Set rescore wife strings in eval to be more accurate
Browse files Browse the repository at this point in the history
rescoring is always wife 3
  • Loading branch information
poco0317 committed May 13, 2020
1 parent c4ad475 commit 42ddb5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ function scoreBoard(pn, position)
local rescoretable = getRescoreElements(pss, score)
local rescorepercent = 0
local wv = score:GetWifeVers()
local ws = "Wife" .. wv .. " J"
local ws = "Wife3" .. " J"
if params.Name == "PrevJudge" and judge > 4 then
judge = judge - 1
clampJudge()
Expand Down Expand Up @@ -387,7 +387,7 @@ function scoreBoard(pn, position)
local rescoretable = getRescoreElements(pss, score)
local rescorepercent = 0
local wv = score:GetWifeVers()
local ws = "Wife" .. wv .. " J"
local ws = "Wife3" .. " J"
if params.Name == "PrevJudge" and judge2 > 4 then
judge2 = judge2 - 1
rescorepercent = getRescoredWife3Judge(3, judge2, rescoretable)
Expand Down

0 comments on commit 42ddb5d

Please sign in to comment.