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