mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-31 15:41:37 +00:00
Fix typo
This commit is contained in:
parent
02f87571e3
commit
5868cda0da
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
||||||
const extraExpansionMilestone6 = createMilestone(() => ({
|
const extraExpansionMilestone6 = createMilestone(() => ({
|
||||||
display: {
|
display: {
|
||||||
requirement: "1200% Foundation Completed",
|
requirement: "1200% Foundation Completed",
|
||||||
effectDisplay: "Quadruple oil gain"
|
effectDisplay: "Quadruple drill power"
|
||||||
},
|
},
|
||||||
shouldEarn: () => Decimal.gte(foundationProgress.value, 1200),
|
shouldEarn: () => Decimal.gte(foundationProgress.value, 1200),
|
||||||
visibility: () =>
|
visibility: () =>
|
||||||
|
|
Loading…
Add table
Reference in a new issue