From deb181184ecd40cc7771323ffd19fa960730d558 Mon Sep 17 00:00:00 2001 From: FancyEX <30706150+fancythedeveloper@users.noreply.github.com> Date: Tue, 14 May 2024 11:21:14 -0400 Subject: [PATCH] Update KarateMan.cs Changed "toggle" to "combo" --- Assets/Scripts/Games/KarateMan/KarateMan.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/Games/KarateMan/KarateMan.cs b/Assets/Scripts/Games/KarateMan/KarateMan.cs index 60a3e6e3..c410ce24 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -755,7 +755,7 @@ namespace HeavenStudio.Games if (flow != null) { int fxType = bg == null || flow.beat > bg.beat ? flow["fxType"] : bg["fxType"]; - SetGameplayMods(beat, fxType, flow["type"], flow["toggle"]); + SetGameplayMods(beat, fxType, flow["type"], flow["combo"]); } // get all entities to later check against eachother to cut out voices @@ -1193,4 +1193,4 @@ namespace HeavenStudio.Games Joe.SetFaceExpression(face); } } -} \ No newline at end of file +}