From a148c75ca998b5e72939e17a5038c075da4847ef Mon Sep 17 00:00:00 2001 From: KadeDeveloper Date: Fri, 13 Aug 2021 18:52:19 -0700 Subject: [PATCH] penis --- source/MainMenuState.hx | 2 +- source/PlayState.hx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx index a1f39f8..65ba296 100644 --- a/source/MainMenuState.hx +++ b/source/MainMenuState.hx @@ -38,7 +38,7 @@ class MainMenuState extends MusicBeatState var newGaming2:FlxText; public static var firstStart:Bool = true; - public static var nightly:String = ""; + public static var nightly:String = "pre-release2"; public static var kadeEngineVer:String = "1.6.2" + nightly; public static var gameVer:String = "0.2.7.1"; diff --git a/source/PlayState.hx b/source/PlayState.hx index abcb644..653190e 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -1682,7 +1682,7 @@ class PlayState extends MusicBeatState ana.hit = false; ana.hitJudge = "shit"; ana.nearestNote = []; - health -= 0.30; + health -= 0.20; } } @@ -3206,7 +3206,7 @@ class PlayState extends MusicBeatState else { if (!daNote.isSustainNote) - health -= 0.20; + health -= 0.2; vocals.volume = 0; if (theFunne && !daNote.isSustainNote) { @@ -3229,7 +3229,7 @@ class PlayState extends MusicBeatState && daNote.sustainActive && daNote.spotInLine != daNote.parent.children.length) { - health -= 0.30; // give a health punishment for failing a LN + health -= 0.35; // give a health punishment for failing a LN trace("hold fell over at " + daNote.spotInLine); for (i in daNote.parent.children) { @@ -3261,7 +3261,7 @@ class PlayState extends MusicBeatState if (daNote.isParent) { - health -= 0.30; // give a health punishment for failing a LN + health -= 0.2; // give a health punishment for failing a LN trace("hold fell over at the start"); for (i in daNote.children) { @@ -3277,7 +3277,7 @@ class PlayState extends MusicBeatState && daNote.sustainActive && daNote.spotInLine != daNote.parent.children.length) { - health -= 0.40; // give a health punishment for failing a LN + health -= 0.25; // give a health punishment for failing a LN trace("hold fell over at " + daNote.spotInLine); for (i in daNote.parent.children) { @@ -3576,7 +3576,7 @@ class PlayState extends MusicBeatState totalNotesHit += 0.75; case 'sick': if (health < 2) - health += 0.04; + health += 0.02; if (FlxG.save.data.accuracyMod == 0) totalNotesHit += 1; sicks++;