File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
assets/preload/scripts/songs Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,10 @@ class IntolerantSong extends Song {
40
40
super.onCountdownStart(event);
41
41
42
42
if (!PlayStatePlaylist.isStoryMode)
43
+ {
44
+ trace('nope not in story mode');
43
45
hasPlayedCutscene = true;
46
+ }
44
47
45
48
if(hasPlayedCutscene && !hasPlayedCutscene){
46
49
trace('Pausing countdown to play in game cutscene');
Original file line number Diff line number Diff line change @@ -42,7 +42,10 @@ class LactoseSong extends Song {
42
42
super.onCountdownStart(event);
43
43
44
44
if (!PlayStatePlaylist.isStoryMode)
45
+ {
46
+ trace('nope not in story mode');
45
47
hasPlayedCutscene = true;
48
+ }
46
49
47
50
if(hasPlayedCutscene && !hasPlayedCutscene){
48
51
trace('Pausing countdown to play in game cutscene');
You can’t perform that action at this time.
0 commit comments