Skip to content

Commit

Permalink
add wifevers to scoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulti-FD committed Aug 2, 2021
1 parent 7069fcf commit 81d9c0a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,10 @@ local function scoreitem(pn, index, scoreIndex, drawindex)
end,
BeginCommand = function(self)
if hsTable[index] == nil then return end
local wstring = "Wife"
local wv = hsTable[index]:GetWifeVers()
local wstring = "Wife" .. wv
if usingSSRSort then
wstring = "Wife J4"
wstring = "Wife" .. wv .. " J4"
end
if hsTable[index]:GetWifeScore() == 0 then
self:settextf("NA (%s)", wstring)
Expand Down

0 comments on commit 81d9c0a

Please sign in to comment.