fix minor pj party anim bug

update credits
adjust a mixer effect setting
This commit is contained in:
minenice55
2024-01-17 19:50:12 -05:00
parent 3089fd06ed
commit c341715901
3 changed files with 8 additions and 6 deletions

View File

@ -238,8 +238,11 @@ namespace HeavenStudio.Games.Scripts_PajamaParty
beat + 2,
delegate
{
anim.DoUnscaledAnimation("MakoThrow" + animSuffix, 1);
game.PrepareHighState();
if (hit && !ng)
{
anim.DoUnscaledAnimation("MakoThrow" + animSuffix, 1);
game.PrepareHighState();
}
}
)
});