mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
add missing ()
This commit is contained in:
parent
1b577bc497
commit
8b0194ae02
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ const layer = createLayer(id, () => {
|
||||||
requirement: "Holly Level 3",
|
requirement: "Holly Level 3",
|
||||||
effectDisplay: jsx(() => (
|
effectDisplay: jsx(() => (
|
||||||
<>
|
<>
|
||||||
Multiply all cloth actions' effectiveness by log<sub>10</sub>Cutter amount.
|
Multiply all cloth actions' effectiveness by log<sub>10</sub>(Cutter amount).
|
||||||
</>
|
</>
|
||||||
))
|
))
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue