Update splash-messages.ts

This commit is contained in:
damocleas 2025-03-01 18:31:29 -05:00 committed by GitHub
parent 780b3402e1
commit 441f7cf291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ const seasonalSplashMessages: Season[] = [
"halloween.gourgeistUsedTrickOrTreat",
"halloween.letsSnuggleForever",
"halloween.boo"
],
],
},
{
name: "Winter Holiday",
@ -220,7 +220,7 @@ const seasonalSplashMessages: Season[] = [
"winterHoliday.deckTheHalls",
"winterHoliday.saveScummingGetsYouOnTheNaughtyList",
"winterHoliday.stockingsFullOfRolycoly"
],
],
},
{
name: "New Year's",
@ -229,7 +229,7 @@ const seasonalSplashMessages: Season[] = [
messages: [
"newYears.happyNewYear",
"newYears.andAHappyNewYear"
],
],
},
];