File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments