From c3c00be7c6a4597d332b1502a0b2989363f63ccb Mon Sep 17 00:00:00 2001 From: Cam the Kirby <92703353+CamtheKirby@users.noreply.github.com> Date: Wed, 22 May 2024 15:11:47 -0500 Subject: [PATCH] FIXXXXXX --- source/PlayState.hx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 9bdf1b7..b86598a 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2725,7 +2725,8 @@ class PlayState extends MusicBeatState { var arrowType:Int = note_order[i]; var strumType:String = ''; - if ((funnyFloatyBoys.contains(dad.curCharacter) || threedBoysMod.contains(dad.curCharacter)) && player == 0 || funnyFloatyBoys.contains(boyfriend.curCharacter) || threedBoysMod.contains(boyfriend.curCharacter) && player == 1) + if (((funnyFloatyBoys.contains(dad.curCharacter) || threedBoysMod.contains(dad.curCharacter)) && player == 0) || + ((funnyFloatyBoys.contains(boyfriend.curCharacter) || threedBoysMod.contains(boyfriend.curCharacter)) && player == 1)) { strumType = '3D'; }