mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-21 07:42:25 +02:00
Update splash-messages.ts
This commit is contained in:
parent
780b3402e1
commit
441f7cf291
@ -193,43 +193,43 @@ const seasonalSplashMessages: Season[] = [
|
|||||||
start: "10-15",
|
start: "10-15",
|
||||||
end: "10-31",
|
end: "10-31",
|
||||||
messages: [
|
messages: [
|
||||||
"halloween.pumpkabooAbout",
|
"halloween.pumpkabooAbout",
|
||||||
"halloween.mayContainSpiders",
|
"halloween.mayContainSpiders",
|
||||||
"halloween.spookyScarySkeledirge",
|
"halloween.spookyScarySkeledirge",
|
||||||
"halloween.gourgeistUsedTrickOrTreat",
|
"halloween.gourgeistUsedTrickOrTreat",
|
||||||
"halloween.letsSnuggleForever",
|
"halloween.letsSnuggleForever",
|
||||||
"halloween.boo"
|
"halloween.boo"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Winter Holiday",
|
name: "Winter Holiday",
|
||||||
start: "12-01",
|
start: "12-01",
|
||||||
end: "12-31",
|
end: "12-31",
|
||||||
messages: [
|
messages: [
|
||||||
"winterHoliday.happyHolidays",
|
"winterHoliday.happyHolidays",
|
||||||
"winterHoliday.unaffilicatedWithDelibirdServices",
|
"winterHoliday.unaffilicatedWithDelibirdServices",
|
||||||
"winterHoliday.delibirdSeason",
|
"winterHoliday.delibirdSeason",
|
||||||
"winterHoliday.diamondsFromTheSky",
|
"winterHoliday.diamondsFromTheSky",
|
||||||
"winterHoliday.holidayStylePikachuNotIncluded",
|
"winterHoliday.holidayStylePikachuNotIncluded",
|
||||||
"winterHoliday.haveAnIceDay",
|
"winterHoliday.haveAnIceDay",
|
||||||
"winterHoliday.spinTheClaydol",
|
"winterHoliday.spinTheClaydol",
|
||||||
"winterHoliday.beGoodForGoodnessSake",
|
"winterHoliday.beGoodForGoodnessSake",
|
||||||
"winterHoliday.moomooMilkAndLavaCookies",
|
"winterHoliday.moomooMilkAndLavaCookies",
|
||||||
"winterHoliday.iNeedAYacheBerry",
|
"winterHoliday.iNeedAYacheBerry",
|
||||||
"winterHoliday.getJolly",
|
"winterHoliday.getJolly",
|
||||||
"winterHoliday.deckTheHalls",
|
"winterHoliday.deckTheHalls",
|
||||||
"winterHoliday.saveScummingGetsYouOnTheNaughtyList",
|
"winterHoliday.saveScummingGetsYouOnTheNaughtyList",
|
||||||
"winterHoliday.stockingsFullOfRolycoly"
|
"winterHoliday.stockingsFullOfRolycoly"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "New Year's",
|
name: "New Year's",
|
||||||
start: "01-01",
|
start: "01-01",
|
||||||
end: "01-15",
|
end: "01-15",
|
||||||
messages: [
|
messages: [
|
||||||
"newYears.happyNewYear",
|
"newYears.happyNewYear",
|
||||||
"newYears.andAHappyNewYear"
|
"newYears.andAHappyNewYear"
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user