bruh bruh bruh
This commit is contained in:
parent
c7ca061872
commit
28d1e25526
@ -3940,8 +3940,10 @@ class PlayState extends MusicBeatState
|
|||||||
if (PlayStateChangeables.botPlay)
|
if (PlayStateChangeables.botPlay)
|
||||||
notes.forEachAlive(function(daNote:Note)
|
notes.forEachAlive(function(daNote:Note)
|
||||||
{
|
{
|
||||||
daNote.rating = Ratings.CalculateRating(-(daNote.strumTime - Conductor.songPosition), Math.floor((PlayStateChangeables.safeFrames / 60) * 1000));
|
var diff = -(daNote.strumTime - Conductor.songPosition);
|
||||||
if (daNote.mustPress && daNote.rating == "sick")
|
|
||||||
|
daNote.rating = Ratings.CalculateRating(diff, Math.floor((PlayStateChangeables.safeFrames / 60) * 1000));
|
||||||
|
if (daNote.mustPress && daNote.rating == "sick" || (diff > 0 && daNote.mustPress))
|
||||||
{
|
{
|
||||||
// Force good note hit regardless if it's too late to hit it or not as a fail safe
|
// Force good note hit regardless if it's too late to hit it or not as a fail safe
|
||||||
if (loadRep)
|
if (loadRep)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user