diff --git a/source/PlayState.hx b/source/PlayState.hx index af3babe..628cb01 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3876,6 +3876,10 @@ class PlayState extends MusicBeatState boyfriend.playAnim('idle'); } + if (!dad.animation.curAnim.name.startsWith("sing")) + { + dad.dance(); + } if (curBeat % 8 == 7 && curSong == 'Bopeebo') {