File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ class APCategoryState extends states.CategoryState {
138138 archipelago. APInfo .ap = null ;
139139 }
140140
141+ archipelago. APInfo .inMinigame = archipelago. APInfo .APMinigame. None ;
142+
141143 // APPlayState references
142144 if (archipelago. APPlayState .apGame != null ) {
143145 archipelago. APPlayState .apGame = null ;
Original file line number Diff line number Diff line change @@ -1627,6 +1627,8 @@ class APItem {
16271627 extaLives = 0 ;
16281628 pendingDamage = 0.0 ;
16291629 frozenInput = 0 ;
1630+ unknownSongs = false ;
1631+ unoColorsUnlocked = [];
16301632
16311633 // Clear inventory and item counts
16321634 extraItemInventory = [];
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ class APUnoTrapState extends UnoTestState {
7070 var unoColors = APItem .unoColorsUnlocked ;
7171
7272 var unoColorsWithInt = [for (colorInfo in unoColors ) {
73- var colorInt = FlxColor .fromString (' ${colorInfo .color_code }' );
73+ var colorInt = FlxColor .fromString (' # ${colorInfo .color_code }' );
7474 {name : colorInfo .name , color : colorInt };
7575 }];
7676 var usableColors : Array <UnoColor > = [];
You can’t perform that action at this time.
0 commit comments