Revert "Revert "Fixed the sigh sfx for Fork Lifter""

This reverts commit 8e85eba334.
This commit is contained in:
Carson Kompon 2022-02-25 22:15:18 -05:00
parent 8e85eba334
commit 52c9e355b1

View file

@ -201,7 +201,7 @@ namespace RhythmHeavenMania
new GameAction("bottombun", delegate { ForkLifter.instance.Flick(eventCaller.currentEntity.beat, 3); }, 3),
new GameAction("prepare", delegate { ForkLifter.instance.ForkLifterHand.Prepare(); }, 0.5f),
new GameAction("gulp", delegate { ForkLifterPlayer.instance.Eat(); }),
new GameAction("sigh", delegate { Jukebox.PlayOneShot("sigh"); })
new GameAction("sigh", delegate { Jukebox.PlayOneShot("games/forkLifter/sigh"); })
}),
new Minigame("clappyTrio", "The Clappy Trio", "29E7FF", false, false, new List<GameAction>()
{