mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(gala): Add 2023 Summer Splash Gala Items (#14712)
* feat(content): add June subscriber items * feat(gala): add images * feat(gala): add code * feat(gala): text strings * feat(gala): testing and final updates * feat(gala): fixed a couple of typos * fix(event): proofread strings and dates Also replace empty descriptions for Rogue and Healer * fix(event): NO EGG --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -30,7 +30,7 @@ export default prefill({
|
||||
setPrice: 5, availableFrom: '2022-10-04T08:00-04:00', availableUntil: EVENTS.fall2022.end, text: t('supernaturalSkins'),
|
||||
},
|
||||
splashySkins: {
|
||||
setPrice: 5, availableFrom: '2022-07-05T08:00-05:00', availableUntil: EVENTS.summer2022.end, text: t('splashySkins'),
|
||||
setPrice: 5, availableFrom: '2023-07-11T08:00-05:00', availableUntil: EVENTS.summer2023.end, text: t('splashySkins'),
|
||||
},
|
||||
winterySkins: {
|
||||
setPrice: 5, availableFrom: '2023-01-17T08:00-05:00', availableUntil: EVENTS.winter2023.end, text: t('winterySkins'),
|
||||
|
||||
Reference in New Issue
Block a user