fix toy thing

This commit is contained in:
unsoftcapped3 2022-12-16 00:43:22 +00:00
parent 6bc0a53ce3
commit 6217b521b6
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ const id = "toys";
const day = 17;
const layer = createLayer(id, function (this: BaseLayer) {
const name = "Toys";
const name = "toys";
const colorBright = "#4BDC13";
const colorDark = "green";

View file

@ -311,7 +311,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
createDay(() => ({
day: 17,
shouldNotify: false,
layer: "toys 1", // "toys 1"
layer: "toys", // "toys1"
symbol: "",
story: "",
completedStory: ""
@ -319,7 +319,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
createDay(() => ({
day: 18,
shouldNotify: false,
layer: null, // "toys 2"
layer: null, // "toys2"
symbol: "",
story: "",
completedStory: ""
@ -327,7 +327,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
createDay(() => ({
day: 19,
shouldNotify: false,
layer: null, // "toys 3"
layer: null, // "toys3"
symbol: "",
story: "",
completedStory: ""