Update KarateMan.cs

Changed "toggle" to "combo"
This commit is contained in:
FancyEX 2024-05-14 11:21:14 -04:00 committed by minenice55
parent 2f05dc40d6
commit 245f22d7ef
1 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}
}
}