mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
feat(content): add August Pet Quest Bundles and Magic Hatching Potions (#14786)
* feat(content): add June subscriber items * feat(content): add August pet quest bundle and magic hatching potions * fix(time): updated start time to 0800EDT * fix(content): correct start date for potions --------- Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -11,10 +11,18 @@ const gemsPromo = {
|
||||
export const EVENTS = {
|
||||
noEvent: {
|
||||
start: '2023-08-01T23:59-04:00',
|
||||
end: '2023-08-31T08:00-04:00',
|
||||
end: '2023-08-10T08:00-04:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
},
|
||||
bundle202308: {
|
||||
start: '2023-08-15T08:00-04:00',
|
||||
end: '2023-08-31T23:59-04:00',
|
||||
},
|
||||
potions202308: {
|
||||
start: '2023-08-15T08:00-04:00',
|
||||
end: '2023-08-31T23:59-04:00',
|
||||
},
|
||||
summer2023: {
|
||||
start: '2023-06-20T08:00-04:00',
|
||||
end: '2023-07-31T23:59-04:00',
|
||||
|
||||
Reference in New Issue
Block a user