Seasonal gear fix (#15255)

* cleanup unneeded season definitions

* assign first winter seasonal gear right season

* add missing winter definition

* Fix enddate for winter galas

* fix lint

* fix halloween sprites

* set season

* fix loading habitoween sprites

* add missing customization shop sprites

* Fix test

* update customization shop sprites
This commit is contained in:
Phillip Thelen
2024-07-29 17:30:23 +02:00
committed by GitHub
parent fc11941186
commit e801547580
28 changed files with 40 additions and 38 deletions

View File

@@ -80,6 +80,8 @@ export const REPEATING_EVENTS = {
start: new Date('1970-10-30T08:00-05:00'),
end: new Date('1970-11-01T23:59-05:00'),
foodSeason: 'Candy',
season: 'habitoween',
npcImageSuffix: '_halloween',
},
harvestFeast: {
start: new Date('1970-11-22T08:00-05:00'),