mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +00:00
Update KarateMan.cs
Changed "toggle" to "combo"
This commit is contained in:
parent
2f05dc40d6
commit
245f22d7ef
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue