From 1777613eb5f4d26001f92afbeb3515d6fc6a62f0 Mon Sep 17 00:00:00 2001 From: Chunkybanana <62921243+chunkybanana@users.noreply.github.com> Date: Wed, 14 Dec 2022 02:08:04 +0000 Subject: [PATCH] fix wrapping paper --- src/data/projEntry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/projEntry.tsx b/src/data/projEntry.tsx index f7adfac..803ce1c 100644 --- a/src/data/projEntry.tsx +++ b/src/data/projEntry.tsx @@ -288,7 +288,7 @@ export const main = createLayer("main", function (this: BaseLayer) { createDay(() => ({ day: 15, shouldNotify: false, - layer: null, // "wrapping paper" + layer: "wrappingPaper", // "wrapping paper" symbol: wrappingPaperSymbol, story: "You'll need to produce wrapping paper so the presents can be wrapped. The elves are getting a bit bored of their boring old workstations, so you decide to let them decorate with some wrapping paper.", completedStory: "You've produced enough wrapping paper, and the elves are happy with their new workstations. However, some will need more than just wrapping paper to decorate."