diff --git a/source/FreeplayState.hx b/source/FreeplayState.hx index a2275a969..94cef6ab5 100644 --- a/source/FreeplayState.hx +++ b/source/FreeplayState.hx @@ -98,7 +98,7 @@ class FreeplayState extends MusicBeatState if (StoryMenuState.weekUnlocked[7] || isDebug) addWeek(['Ugh', 'Guns', 'Stress'], 7, ['tankman']); - addWeek(["Darnell"], 8, ['darnell']); + addWeek(["Darnell", "lit-up", "2hot"], 8, ['darnell']); // LOAD MUSIC diff --git a/source/PlayState.hx b/source/PlayState.hx index 437830c26..c60cbb795 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2159,7 +2159,7 @@ class PlayState extends MusicBeatState { if (daNote.tooLate) { - health -= 0.0475; + health -= 0.0775; vocals.volume = 0; killCombo(); } @@ -2345,7 +2345,7 @@ class PlayState extends MusicBeatState var healthMulti:Float = 1; if (daNote.noteData >= 0) - healthMulti *= 0.023; + healthMulti *= 0.033; else healthMulti *= 0.002; @@ -2366,7 +2366,7 @@ class PlayState extends MusicBeatState } else if (noteDiff > Note.HIT_WINDOW * Note.SICK_THRESHOLD) { - healthMulti *= 0.70; + healthMulti *= 0.78; daRating = 'good'; score = 200; @@ -2769,7 +2769,7 @@ class PlayState extends MusicBeatState function noteMiss(direction:Int = 1):Void { // whole function used to be encased in if (!boyfriend.stunned) - health -= 0.04; + health -= 0.07; killCombo(); if (!practiceMode)