result
This commit is contained in:
parent
8bda6b8d90
commit
15d25efc28
|
@ -822,11 +822,11 @@ result_set = function()
|
|||
|
||||
earlyLateBarsStats.criticals = result.perfects -- Criticals are for all objects
|
||||
if betacrew == true then
|
||||
if result.score > grades.S then
|
||||
if result.score < grades.S then
|
||||
animtype = veryokay
|
||||
elseif result.score > grades.AAA then
|
||||
elseif result.score < grades.AAA then
|
||||
animtype = okay
|
||||
elseif result.score > grades.A_P then
|
||||
elseif result.score < grades.A_P then
|
||||
animtype = bad
|
||||
elseif result.score < grades.A_P then
|
||||
animtype = bad
|
||||
|
|
Loading…
Reference in New Issue