Skip to content

Commit e5f4ccc

Browse files
uhhh
1 parent d9427bc commit e5f4ccc

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

assets/preload/scripts/songs/intolerant.hxc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ class IntolerantSong extends Song {
4040
super.onCountdownStart(event);
4141

4242
if (!PlayStatePlaylist.isStoryMode)
43+
{
44+
trace('nope not in story mode');
4345
hasPlayedCutscene = true;
46+
}
4447

4548
if(hasPlayedCutscene && !hasPlayedCutscene){
4649
trace('Pausing countdown to play in game cutscene');

assets/preload/scripts/songs/lactose.hxc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ class LactoseSong extends Song {
4242
super.onCountdownStart(event);
4343

4444
if (!PlayStatePlaylist.isStoryMode)
45+
{
46+
trace('nope not in story mode');
4547
hasPlayedCutscene = true;
48+
}
4649

4750
if(hasPlayedCutscene && !hasPlayedCutscene){
4851
trace('Pausing countdown to play in game cutscene');

0 commit comments

Comments
 (0)