mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Prevent wrapping paper from unlocking early
This commit is contained in:
parent
a8e52bba9e
commit
cd26cedc2c
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
createDay(() => ({
|
||||
day: 15,
|
||||
shouldNotify: false,
|
||||
layer: "wrappingPaper",
|
||||
layer: null, // "wrapping paper"
|
||||
symbol: wrappingPaperSybol,
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue