Compare commits

..

5 Commits

Author SHA1 Message Date
SabreCat 5ea82fe87f 4.224.3 2022-03-15 16:08:58 -05:00
SabreCat a24651e395 fix(content): bundle ends March not May 2022-03-15 16:08:53 -05:00
SabreCat 6339e9066f 4.224.2 2022-03-15 15:01:11 -05:00
SabreCat c2d48480a0 chore(content): rerelease cuddle bubbles 2022-03-15 15:00:58 -05:00
SabreCat d9240f7887 fix(migration): actually count 2022-03-14 15:06:57 -05:00
6 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const progressCount = 1000;
let count = 0;
async function updateUser (user) {
count *= 1;
count += 1;
const inc = {
'items.food.Pie_Skeleton': 1,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.224.1",
"version": "4.224.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.224.1",
"version": "4.224.3",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.16.12",
+1 -1
View File
@@ -699,7 +699,7 @@
"questSquirrelUnlockText": "Unlocks Squirrel Eggs for purchase in the Market",
"cuddleBuddiesText": "Cuddle Buddies Quest Bundle",
"cuddleBuddiesNotes": "Contains 'The Killer Bunny', 'The Nefarious Ferret', and 'The Guinea Pig Gang'. Available until May 31.",
"cuddleBuddiesNotes": "Contains 'The Killer Bunny', 'The Nefarious Ferret', and 'The Guinea Pig Gang'. Available until March 31.",
"aquaticAmigosText": "Aquatic Amigos Quest Bundle",
"aquaticAmigosNotes": "Contains 'The Magical Axolotl', 'The Kraken of Inkomplete', and 'The Call of Octothulu'. Available until August 31.",
+1 -1
View File
@@ -114,7 +114,7 @@ const bundles = {
'guineapig',
],
canBuy () {
return moment().isBetween('2018-05-08', '2018-06-02');
return moment().isBetween('2022-03-15T08:00-04:00', '2022-03-31T20:00-04:00');
},
type: 'quests',
value: 7,
@@ -44,30 +44,30 @@ const featuredItems = {
];
},
quests () {
if (moment().isBefore('2022-02-28T20:00-05:00')) {
if (moment().isBefore('2022-03-31T20:00-04:00')) {
return [
{
type: 'bundles',
path: 'bundles.mythicalMarvels',
path: 'bundles.cuddleBuddies',
},
{
type: 'quests',
path: 'quests.onyx',
path: 'quests.turquoise',
},
{
type: 'quests',
path: 'quests.dolphin',
path: 'quests.ghost_stag',
},
];
}
return [
{
type: 'quests',
path: 'quests.snake',
path: 'quests.ferret',
},
{
type: 'quests',
path: 'quests.turquoise',
path: 'quests.silver',
},
{
type: 'quests',