mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 17:31:54 +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 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,
|
||||
color
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue