From a04f21d767afb097e99aa621f2467b26c8583844 Mon Sep 17 00:00:00 2001 From: SpunBlue Date: Wed, 8 Jun 2022 11:42:22 -0400 Subject: [PATCH] bruh --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 5b7366f567..215dc09d7e 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2968,7 +2968,7 @@ class PlayState extends MusicBeatState gf.dance(); } - if (boyfriend.animation.curAnim.name.startsWith("idle")) + if (!boyfriend.animation.curAnim.name.startsWith("sing")) { boyfriend.playAnim('idle'); }