mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Accidentally duplicated a day?
This commit is contained in:
parent
53b7575a47
commit
3f0f75430d
1 changed files with 0 additions and 9 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue