From 43521f3926b81c3f07fecf0ae39607c7beeabd08 Mon Sep 17 00:00:00 2001 From: M&M Date: Fri, 26 Feb 2021 15:43:20 -0800 Subject: [PATCH] girlfriend finally cheers --- source/PlayState.hx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index aabb992f5..b6fc1865c 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2300,11 +2300,12 @@ class PlayState extends MusicBeatState if (curBeat % 8 == 7 && curSong == 'Bopeebo') { boyfriend.playAnim('hey', true); + } - if (SONG.song == 'Tutorial' && dad.curCharacter == 'gf') - { - dad.playAnim('cheer', true); - } + if (curBeat % 16 == 15 && SONG.song == 'Tutorial' && dad.curCharacter == 'gf' && curBeat > 16 && curBeat < 48) + { + boyfriend.playAnim('hey', true); + dad.playAnim('cheer', true); } switch (curStage)