Accidentally duplicated a day?

This commit is contained in:
Chunkybanana 2022-12-24 11:43:42 +00:00
parent 53b7575a47
commit 3f0f75430d

View file

@ -617,15 +617,6 @@ export const main = createLayer("main", function (this: BaseLayer) {
completedStory: "At last, you've crammed in all the presents Santa needs. Santa can take it from here. Good Job!", completedStory: "At last, you've crammed in all the presents Santa needs. Santa can take it from here. Good Job!",
masteredStory: "" masteredStory: ""
})), })),
createDay(() => ({
day: 25,
shouldNotify: false,
layer: null, // credits
symbol: snowflakeSymbol,
story: `It's Christmas. Thanks to your efforts, Santa has delivered all the presents to people all over the world. That is, all but one... <br><br> <div style='text-align: center'><img class='present-clickable' onclick ='layers.main.showLoreModal.value = false; layers.main.creditsOpen.value = true' src='${presentSymbol}' /><br>Open your present</div><br/>`,
completedStory: "",
masteredStory: ""
})),
createDay(() => ({ createDay(() => ({
day: 25, day: 25,
shouldNotify: false, shouldNotify: false,