mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
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:
@@ -35,7 +35,7 @@ api.getWorldState = {
|
||||
}
|
||||
|
||||
worldState.currentEventList.forEach(event => {
|
||||
if (event.npcImageSuffix) {
|
||||
if (event.npcImageSuffix && !worldState.npcImageSuffix) {
|
||||
worldState.npcImageSuffix = event.npcImageSuffix;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user