From 8e85eba334f267c16edf66d0ec1402225b6a2732 Mon Sep 17 00:00:00 2001 From: Carson Kompon Date: Fri, 25 Feb 2022 22:14:58 -0500 Subject: [PATCH] Revert "Fixed the sigh sfx for Fork Lifter" This reverts commit 768bbfbc118c7ddc758faa870df1b6417e7fa93e. --- Assets/Scripts/Minigames.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Scripts/Minigames.cs b/Assets/Scripts/Minigames.cs index 4d728874d..a6eb31d3c 100644 --- a/Assets/Scripts/Minigames.cs +++ b/Assets/Scripts/Minigames.cs @@ -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("games/forkLifter/sigh"); }) + new GameAction("sigh", delegate { Jukebox.PlayOneShot("sigh"); }) }), new Minigame("clappyTrio", "The Clappy Trio", "29E7FF", false, false, new List() {