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') {