Fix wrapping paper req display

This commit is contained in:
thepaperpilot 2022-12-18 23:37:46 -06:00
parent 30a5e7d80a
commit cf56c4aa20

View file

@ -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(() => ({