Update KarateMan.cs
Changed "toggle" to "combo"
This commit is contained in:
parent
4a4bf78971
commit
04e4b72dbc
|
@ -755,7 +755,7 @@ namespace HeavenStudio.Games
|
||||||
if (flow != null)
|
if (flow != null)
|
||||||
{
|
{
|
||||||
int fxType = bg == null || flow.beat > bg.beat ? flow["fxType"] : bg["fxType"];
|
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
|
// get all entities to later check against eachother to cut out voices
|
||||||
|
@ -1193,4 +1193,4 @@ namespace HeavenStudio.Games
|
||||||
Joe.SetFaceExpression(face);
|
Joe.SetFaceExpression(face);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue