mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix star level 4 not updating until refresh
This commit is contained in:
parent
5d3860c63b
commit
57b66256c7
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ const layer = createLayer(id, () => {
|
|||
createMultiplicativeModifier(() => ({
|
||||
multiplier: 2,
|
||||
description: "Star Level 4",
|
||||
enabled: paperElfMilestones[3].earned.value
|
||||
enabled: paperElfMilestones[3].earned
|
||||
})),
|
||||
createMultiplicativeModifier(() => ({
|
||||
multiplier: 2,
|
||||
|
|
Loading…
Reference in a new issue