mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 13:31:01 +00:00
blue before red
This commit is contained in:
parent
8563d6976d
commit
79f4b64fad
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
const managementElves2 = [metalElf];
|
const managementElves2 = [metalElf];
|
||||||
|
|
||||||
const dyeColors = Object.fromEntries(
|
const dyeColors = Object.fromEntries(
|
||||||
(["red", "yellow", "blue", "orange", "green", "purple"] as enumColor[]).map(color => [
|
(["blue", "red", "yellow", "orange", "green", "purple"] as enumColor[]).map(color => [
|
||||||
dyes.dyes[color].buyable.id,
|
dyes.dyes[color].buyable.id,
|
||||||
color
|
color
|
||||||
])
|
])
|
||||||
|
|
Loading…
Add table
Reference in a new issue