easy charts
This commit is contained in:
@@ -1283,7 +1283,7 @@ class PlayState extends MusicBeatState
|
||||
if (!boyfriend.animation.curAnim.name.startsWith("sing"))
|
||||
boyfriend.playAnim('idle');
|
||||
|
||||
if (totalBeats % 8 == 6)
|
||||
if (totalBeats % 8 == 7 && curSong == 'Bopeebo')
|
||||
{
|
||||
boyfriend.playAnim('hey', true);
|
||||
|
||||
|
Reference in New Issue
Block a user