From cf56c4aa2087795f43ed9ca01b0333003f997a1b Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 18 Dec 2022 23:37:46 -0600 Subject: [PATCH] Fix wrapping paper req display --- src/data/layers/wrapping-paper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/layers/wrapping-paper.tsx b/src/data/layers/wrapping-paper.tsx index 07f382e..19db846 100644 --- a/src/data/layers/wrapping-paper.tsx +++ b/src/data/layers/wrapping-paper.tsx @@ -293,7 +293,7 @@ const layer = createLayer(id, () => { })); const masteryReq = computed(() => - Decimal.add(masteredDays.value, 1).pow(0.6).times(10).add(120) + Decimal.add(masteredDays.value, 1).pow(0.6).times(10).add(120).ceil() ); const enterMasteryButton = createClickable(() => ({