mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-05-02 02:34:24 +02:00
Update KarateMan.cs
Changed "toggle" to "combo"
This commit is contained in:
parent
70637b53b3
commit
bb8f60b136
@ -756,7 +756,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
|
||||||
@ -1194,4 +1194,4 @@ namespace HeavenStudio.Games
|
|||||||
Joe.SetFaceExpression(face);
|
Joe.SetFaceExpression(face);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user