Skip to content

Commit

Permalink
rebirth fix midgrade based target tracker goal typo
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Jul 20, 2022
1 parent 6dacfee commit 0476317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/Rebirth/BGAnimations/playerInfoFrame/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4841,7 +4841,7 @@ local function rightFrame()
o[#o+1] = cf(i + 50)
end
-- extra choices to fit grades
o[#o+1] = cf(96.65) -- AA.
o[#o+1] = cf(96.5) -- AA.
o[#o+1] = cf(97)
o[#o+1] = cf(98)
o[#o+1] = cf(99) -- AA:
Expand All @@ -4864,7 +4864,7 @@ local function rightFrame()
return v - 50 + 1
elseif v > 96 then
local extra = {
96.65,
96.5,
97,
98,
99,
Expand Down

0 comments on commit 0476317

Please sign in to comment.