mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Add Koi Hatchingpotion
This commit is contained in:
parent
ab34257c03
commit
6523ed08cd
3 changed files with 3 additions and 0 deletions
|
|
@ -318,6 +318,7 @@
|
|||
"hatchingPotionTeaShop": "Tea Shop",
|
||||
"hatchingPotionRoseGold": "Rose Gold",
|
||||
"hatchingPotionFungi": "Fungi",
|
||||
"hatchingPotionKoi": "Koi",
|
||||
|
||||
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
||||
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
||||
|
|
|
|||
|
|
@ -348,6 +348,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
items: [
|
||||
'Rainbow',
|
||||
'Sunshine',
|
||||
'Koi',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
|
|||
|
|
@ -254,6 +254,7 @@ const premium = {
|
|||
PinkMarble: {
|
||||
canBuy: hasQuestAchievementFunction('pinkMarble'),
|
||||
},
|
||||
Koi: {},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue