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 +}