1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 19:33:36 +00:00

fix: bf v pose playing during a gameover

This commit is contained in:
Cameron Taylor 2024-06-24 14:13:30 -04:00
parent 78bbf5a7aa
commit aa3e3eb9b6

View file

@ -144,6 +144,7 @@ class GameOverSubState extends MusicBeatSubState
else else
{ {
boyfriend = PlayState.instance.currentStage.getBoyfriend(true); boyfriend = PlayState.instance.currentStage.getBoyfriend(true);
boyfriend.canPlayOtherAnims = true;
boyfriend.isDead = true; boyfriend.isDead = true;
add(boyfriend); add(boyfriend);
boyfriend.resetCharacter(); boyfriend.resetCharacter();