mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-31 15:41:37 +00:00
Revert "Fixed 3 elves milestone decreasing coal production"
This reverts commit 2be480d4ec
.
This commit is contained in:
parent
2be480d4ec
commit
d6ff6c4c58
1 changed files with 1 additions and 3 deletions
|
@ -586,9 +586,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
createExponentialModifier(() => ({
|
||||
exponent: 1.25,
|
||||
description: "3 Elves Trained",
|
||||
enabled () {
|
||||
return elves.milestones[2].earned.value && Decimal.gte(coal.value, 1)
|
||||
}
|
||||
enabled: elves.milestones[2].earned
|
||||
}))
|
||||
]);
|
||||
const computedCoalGain = computed(() => coalGain.apply(0));
|
||||
|
|
Loading…
Add table
Reference in a new issue