mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 10:45:09 +00:00
Update KarateMan.cs
Changed "toggle" to "combo"
This commit is contained in:
parent
75bee5ab02
commit
deb181184e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue