mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 08:31:35 +00:00
change that one upgrade's cost to e25
This commit is contained in:
parent
fedcf61c8d
commit
d24f0f79f8
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ const layer = createLayer(id, () => {
|
|||
showIf(main.day.value >= advancedDay && main.days[advancedDay - 1].opened.value),
|
||||
resource: boxes.boxes,
|
||||
style: "width: 150px",
|
||||
cost: 1e26
|
||||
cost: 1e25
|
||||
}));
|
||||
const globalXPModifier = createSequentialModifier(() => [
|
||||
createMultiplicativeModifier(() => ({
|
||||
|
|
Loading…
Reference in a new issue