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:
minenice55
2023-02-04 22:05:43 -05:00
committed by GitHub
parent 495cc5ad4c
commit b5222b15c8
45 changed files with 9255 additions and 413 deletions

View File

@ -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();