Skip to content

Commit 617d5ff

Browse files
thesuperpig56EliteMasterEric
authored andcommitted
Called the wrong character here, whoops!
1 parent 73114e2 commit 617d5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/funkin/play/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ class PlayState extends MusicBeatSubState
899899

900900
// Reset the health icons.
901901
if (currentStage != null && currentStage.getBoyfriend() != null) currentStage.getBoyfriend().initHealthIcon(false);
902-
if (currentStage != null && currentStage.getBoyfriend() != null) currentStage.getDad().initHealthIcon(true);
902+
if (currentStage != null && currentStage.getDad() != null) currentStage.getDad().initHealthIcon(true);
903903

904904
needsReset = false;
905905
}

0 commit comments

Comments
 (0)