Fixed issue with boyfriend resetting animating too early

This commit is contained in:
Scott-GH 2021-01-20 15:51:42 -08:00
parent 3bef48d16c
commit 5673f0a863
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ class Character extends FlxSprite
override function update(elapsed:Float)
{
if (curCharacter != 'bf')
if (curCharacter != 'bf' && curCharacter != 'bf-christmas' && curCharacter != 'bf-car')
{
if (animation.curAnim.name.startsWith('sing'))
{