mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-22 00:21:34 +00:00
Add story for metal
This commit is contained in:
parent
01396a2ee2
commit
a1baaf14fb
1 changed files with 3 additions and 2 deletions
|
@ -202,8 +202,9 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
shouldNotify: false,
|
||||
layer: "metal",
|
||||
symbol: metalSymbol,
|
||||
story: "",
|
||||
completedStory: ""
|
||||
story: "You woke up ready to make some toys, before realizing most toys these days are made out of more than just wood! You're sure you're close to really getting to work, but there's a few more materials you're going to need - like metal! Lots of things need metal!",
|
||||
completedStory:
|
||||
"The sounds of drills and metal clanging join the already loud din as yet another piece of the puzzle fits into place. You're making solid progress, Good Job!"
|
||||
})),
|
||||
createDay(() => ({
|
||||
day: 8,
|
||||
|
|
Loading…
Reference in a new issue