mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Time Traveler quest, achievement
This commit is contained in:
@@ -489,6 +489,13 @@ const premium = {
|
||||
return moment().isBetween(EVENTS.potions202108.start, EVENTS.potions202108.end);
|
||||
},
|
||||
},
|
||||
SolarSystem: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionSolarSystem'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('solarSystem'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
Reference in New Issue
Block a user