Skip to content

Commit a982167

Browse files
committed
e
1 parent 3984029 commit a982167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/backend/window/PlatformUtil.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class PlatformUtil {
8080
')
8181
#end
8282

83-
static public function sendWindowsNotification(title:String = "", desc:String = ""):Bool {
83+
static public function sendWindowsNotification(title:String = "", desc:String = ""):Bool {
8484
return true; // Actual logic is handled by C++ code
8585
}
8686
}

source/states/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ class PlayState extends MusicBeatState
13671367
if (!inArchipelagoMode) MaxHP = 2 + (ClientPrefs.data.healthMode == "Tabi" ? 2 : 0);
13681368
initY = healthBar.y;
13691369

1370-
reverseNoteRules = FlxG.random.bool(15.7) && !inArchipelagoMode;
1370+
reverseNoteRules = FlxG.random.bool(15.7) || archipelago.APItem.activeItem?.name == "Input Reversal";
13711371
}
13721372

13731373
function doStaticSign(lestatic:Int = 0)

0 commit comments

Comments
 (0)