make it like funny
ok so hear me out, this is funny.
This commit is contained in:
parent
b2929d9ab8
commit
5839e2ae18
@ -107,6 +107,9 @@ class Ratings
|
||||
|
||||
// trace('Hit Info\nDifference: ' + noteDiff + '\nZone: ' + Conductor.safeZoneOffset * 1.5 + "\nTS: " + customTimeScale + "\nLate: " + 155 * customTimeScale);
|
||||
|
||||
if (FlxG.save.data.botplay)
|
||||
return "good"; // FUNNY
|
||||
|
||||
if (noteDiff > 166 * customTimeScale) // so god damn early its a miss
|
||||
return "miss";
|
||||
if (noteDiff > 135 * customTimeScale) // way early
|
||||
@ -123,8 +126,6 @@ class Ratings
|
||||
return "shit";
|
||||
else if (noteDiff < -166 * customTimeScale) // so god damn late its a miss
|
||||
return "miss";
|
||||
else if (FlxG.save.data.botplay)
|
||||
return "sick";
|
||||
return "sick";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user