Skip to content

Commit

Permalink
gogfgo cant appear in week 6
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jun 30, 2024
1 parent 83ed2d0 commit 8ad6b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class PlayState extends MusicBeatState

override public function create()
{
if (FlxG.random.bool(1))
if (FlxG.random.bool(4))
{
specialgf = true;
}
Expand Down Expand Up @@ -668,7 +668,7 @@ class PlayState extends MusicBeatState

var gfVersion:String = 'gf';

if (specialgf == false || SONG.song.toLowerCase() == 'tutorial')
if (specialgf == false || SONG.song.toLowerCase() == 'tutorial' || SONG.song.toLowerCase() == 'senpai' || SONG.song.toLowerCase() == 'roses' || SONG.song.toLowerCase() == 'thorns')
{
switch (curStage)
{
Expand Down

0 comments on commit 8ad6b13

Please sign in to comment.