mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-25 01:41:48 +00:00
There is no error.
This commit is contained in:
parent
25f6a2ab7b
commit
b609ea1000
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ const layer = createLayer(id, () => {
|
|||
title: "Focus Buffer",
|
||||
description: "Increase elves affected by focus by 1"
|
||||
},
|
||||
resource: trees,
|
||||
resource: trees.trees,
|
||||
cost: 1e40
|
||||
}));
|
||||
const focusUpgrade3 = createUpgrade(() => ({
|
||||
|
|
Loading…
Reference in a new issue