We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73114e2 commit 617d5ffCopy full SHA for 617d5ff
1 file changed
source/funkin/play/PlayState.hx
@@ -899,7 +899,7 @@ class PlayState extends MusicBeatSubState
899
900
// Reset the health icons.
901
if (currentStage != null && currentStage.getBoyfriend() != null) currentStage.getBoyfriend().initHealthIcon(false);
902
- if (currentStage != null && currentStage.getBoyfriend() != null) currentStage.getDad().initHealthIcon(true);
+ if (currentStage != null && currentStage.getDad() != null) currentStage.getDad().initHealthIcon(true);
903
904
needsReset = false;
905
}
0 commit comments