mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Bump up small fires synergy
This commit is contained in:
parent
68fe6fa1fb
commit
1871fe8f60
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
enabled: boxes.upgrades.ashUpgrade.bought
|
||||
})),
|
||||
createMultiplicativeModifier(() => ({
|
||||
multiplier: () => Decimal.div(buildFire.amount.value, 10000).add(1),
|
||||
multiplier: () => Decimal.div(buildFire.amount.value, 1000).add(1),
|
||||
description: "Small Fires Synergy",
|
||||
enabled: elves.elves.smallFireElf.bought
|
||||
})),
|
||||
|
|
Loading…
Reference in a new issue