something

This commit is contained in:
unsoftcapped3 2022-12-22 18:22:47 +00:00
parent 331d0e7552
commit cac4e797eb

View file

@ -377,7 +377,7 @@ const factory = createLayer(id, () => {
}, },
outputs: { outputs: {
wheel: { wheel: {
amount: toys.milestones.milestone5.earned ? 2 : 1 amount: toys.milestones.milestone5.earned.value ? 2 : 1
} }
} }
}, },