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

@@ -35,7 +35,7 @@ api.getWorldState = {
}
worldState.currentEventList.forEach(event => {
if (event.npcImageSuffix) {
if (event.npcImageSuffix && !worldState.npcImageSuffix) {
worldState.npcImageSuffix = event.npcImageSuffix;
}
});