day 1 TOTC patch

fix scheduled optic blast not working correctly
let multisound defer playback until conductor timekeeping is active
fix flipper flop end-of-roll calls
update kurokane modified
This commit is contained in:
minenice55
2024-01-13 13:31:05 -05:00
parent 82a5e4a9df
commit 8f33212e0c
6 changed files with 66 additions and 19 deletions

View File

@ -472,8 +472,6 @@ namespace HeavenStudio.Games
}
}
if (thatsIt && i + 1 == length)
{
int noiseToPlay = (flopCount == 4) ? 2 : flopCount;
@ -613,7 +611,7 @@ namespace HeavenStudio.Games
{
for (int i = 0; i < uh; i++)
{
int voiceLineIndex = i + 1;
int voiceLineIndex = 3 - uh + i + 1;
string voiceLine = $"flipperFlop/uh{voiceLineIndex}";
string failVoiceLine = $"flipperFlop/uhfail{voiceLineIndex}";