address Fan Club spectator "sticky hands"

This commit is contained in:
minenice55
2022-08-19 17:08:58 -04:00
parent 256c894d50
commit 1c95c317b8
2 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ namespace HeavenStudio.Games.Scripts_FanClub
public void ClapJust(PlayerActionEvent caller, float state)
{
bool auto = GameManager.instance.autoplay;
ClapStart(true, false, auto ? 0.25f : 0f);
ClapStart(true, false, auto ? 0.1f : 0f);
}
public void ChargeClapJust(PlayerActionEvent caller, float state)