mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
WIP(gala): add g1g1 flag, some refactoring
This commit is contained in:
@@ -13,7 +13,20 @@ const gemsPromo = {
|
|||||||
// event gear up until at least the actual end of the event.
|
// event gear up until at least the actual end of the event.
|
||||||
// Unless we want a precise ending, for example during a Gems sale / promotion.
|
// Unless we want a precise ending, for example during a Gems sale / promotion.
|
||||||
export const EVENTS = {
|
export const EVENTS = {
|
||||||
noCurrentEvent: {
|
noCurrentEvent2021: {
|
||||||
|
start: '2021-01-31T20:00-04:00',
|
||||||
|
end: '2021-03-20T08:00-04:00',
|
||||||
|
},
|
||||||
|
winter2021: {
|
||||||
|
start: '2021-01-07T20:00-04:00',
|
||||||
|
end: '2021-01-31T20:00-04:00',
|
||||||
|
},
|
||||||
|
winter2021Promo: {
|
||||||
|
start: '2020-12-17T08:00-04:00',
|
||||||
|
end: '2021-01-07T20:00-04:00',
|
||||||
|
g1g1: true,
|
||||||
|
},
|
||||||
|
noCurrentEvent2020: {
|
||||||
start: '2020-10-31T20:00-04:00',
|
start: '2020-10-31T20:00-04:00',
|
||||||
end: '2020-12-17T08:00-04:00',
|
end: '2020-12-17T08:00-04:00',
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user