We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab960b commit 9c78b10Copy full SHA for 9c78b10
source/archipelago/traps/games/APUnoTrapState.hx
@@ -70,7 +70,7 @@ class APUnoTrapState extends UnoTestState {
70
var unoColors = APItem.unoColorsUnlocked;
71
72
var unoColorsWithInt = [for (colorInfo in unoColors) {
73
- var colorInt = Std.parseInt(colorInfo.color);
+ var colorInt = Std.parseInt('0x${colorInfo.color}');
74
{name: colorInfo.name, color: colorInt};
75
}];
76
var usableColors:Array<UnoColor> = [];
0 commit comments