mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:47:38 +02:00
Minigame "Feel" Adjustments and Additions (#258)
* add alt cue to fan club * add effects to rhythm somen update rhythm somen hitsound add near miss interaction for rhythm somen * adjust trick on the class animation * adjust fan club spectator animation timing fix bug with legacy beatmap conversion
This commit is contained in:
@ -161,9 +161,9 @@ namespace HeavenStudio.Games
|
||||
GameManager.instance.AvgInputOffset = offset;
|
||||
OnHit(this, (float) state);
|
||||
|
||||
CleanUp();
|
||||
if (countsForAccuracy && !(noAutoplay || autoplayOnly))
|
||||
if (countsForAccuracy && !(noAutoplay || autoplayOnly) && isEligible)
|
||||
GameManager.instance.ScoreInputAccuracy(TimeToAccuracy(time), time > 1.0, 1.0);
|
||||
CleanUp();
|
||||
} else
|
||||
{
|
||||
Blank();
|
||||
|
Reference in New Issue
Block a user