From 005e7534f49955e520e9b0537ada6f26191905bc Mon Sep 17 00:00:00 2001 From: ArfieCat <73672820+ArfieCat@users.noreply.github.com> Date: Sat, 3 Jul 2021 04:26:55 -0700 Subject: [PATCH] fix opponent idle anim desync/freeze i beg you --- source/PlayState.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/PlayState.hx b/source/PlayState.hx index a53d86b..960af79 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3916,6 +3916,10 @@ class PlayState extends MusicBeatState boyfriend.playAnim('idle'); } + if (!dad.animation.curAnim.name.startsWith("sing")) + { + dad.dance(); + } if (curBeat % 8 == 7 && curSong == 'Bopeebo') {