Skip to content

Commit

Permalink
fix copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 17, 2020
1 parent 5f21dad commit 707e52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Themes/_fallback/Scripts/10 Scores.lua
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ function wife3(maxms, ts, version) -- args are going to be set from in here for
elseif version == 6 then
max_points = 2
miss_weight = -5.5
ridic = 9 * ts
ridic = 10.5 * ts
max_boo_weight = 180 * ts
j_pow = 0.66
poi = 53 * (ts^j_pow)
Expand Down

0 comments on commit 707e52f

Please sign in to comment.