mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
WIP(gala): add g1g1 flag, some refactoring
This commit is contained in:
parent
f0123a1571
commit
1ed2ebb04d
2 changed files with 454 additions and 437 deletions
|
|
@ -13,7 +13,20 @@ const gemsPromo = {
|
|||
// 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.
|
||||
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',
|
||||
end: '2020-12-17T08:00-04:00',
|
||||
},
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue