mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-04-01 21:41:00 +00:00
fix typo
This commit is contained in:
parent
2cf4e58e5e
commit
993db57bfe
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
})),
|
})),
|
||||||
createMultiplicativeModifier(() => ({
|
createMultiplicativeModifier(() => ({
|
||||||
multiplier: 50,
|
multiplier: 50,
|
||||||
description: "400 toys",
|
description: "350 toys",
|
||||||
enabled: toys.milestones.milestone4.earned.value
|
enabled: toys.milestones.milestone4.earned.value
|
||||||
}))
|
}))
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue