mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-03-22 21:06:19 -04:00
fix: bf v pose playing during a gameover
This commit is contained in:
parent
9b4f9db73e
commit
39c3af58f2
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ class GameOverSubState extends MusicBeatSubState
|
|||
else
|
||||
{
|
||||
boyfriend = PlayState.instance.currentStage.getBoyfriend(true);
|
||||
boyfriend.canPlayOtherAnims = true;
|
||||
boyfriend.isDead = true;
|
||||
add(boyfriend);
|
||||
boyfriend.resetCharacter();
|
||||
|
|
Loading…
Reference in a new issue