From 245f22d7ef0b9961fb3a4c46144bf6605864f712 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 6e64c5da..82b7979b 100644 --- a/Assets/Scripts/Games/KarateMan/KarateMan.cs +++ b/Assets/Scripts/Games/KarateMan/KarateMan.cs @@ -756,7 +756,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 @@ -1194,4 +1194,4 @@ namespace HeavenStudio.Games Joe.SetFaceExpression(face); } } -} \ No newline at end of file +}