mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Display Coal Drilling when Cloth unlocked
This commit is contained in:
parent
a8ff894537
commit
0c44171589
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
showIf(
|
||||
Decimal.gte(oreDrill.amount.value, 1) &&
|
||||
(coalDrill.bought.value ||
|
||||
main.days[7].opened.value ||
|
||||
Decimal.lt(
|
||||
coal.computedCoalGain.value,
|
||||
Decimal.times(computedOreAmount.value, computedOreSpeed.value).times(
|
||||
|
|
Loading…
Add table
Reference in a new issue