mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +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(() => ({
|
||||
multiplier: 50,
|
||||
description: "400 toys",
|
||||
description: "350 toys",
|
||||
enabled: toys.milestones.milestone4.earned.value
|
||||
}))
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue