mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix box gain modifier view
This commit is contained in:
parent
12c1b8694e
commit
52f86e00dc
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
{
|
||||
title: "Boxes Gain",
|
||||
modifier: boxGain,
|
||||
base: 1
|
||||
base: () => boxesConversion.scaling.currentGain(boxesConversion)
|
||||
}
|
||||
]);
|
||||
const showModifiersModal = ref(false);
|
||||
|
|
Loading…
Reference in a new issue