mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +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",
|
"hatchingPotionTeaShop": "Tea Shop",
|
||||||
"hatchingPotionRoseGold": "Rose Gold",
|
"hatchingPotionRoseGold": "Rose Gold",
|
||||||
"hatchingPotionFungi": "Fungi",
|
"hatchingPotionFungi": "Fungi",
|
||||||
|
"hatchingPotionKoi": "Koi",
|
||||||
|
|
||||||
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
"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) %>.",
|
"premiumPotionAddlNotes": "Not usable on quest pet eggs. Available for purchase until <%= date(locale) %>.",
|
||||||
|
|
|
||||||
|
|
@ -348,6 +348,7 @@ export const MONTHLY_SCHEDULE = {
|
||||||
items: [
|
items: [
|
||||||
'Rainbow',
|
'Rainbow',
|
||||||
'Sunshine',
|
'Sunshine',
|
||||||
|
'Koi',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -254,6 +254,7 @@ const premium = {
|
||||||
PinkMarble: {
|
PinkMarble: {
|
||||||
canBuy: hasQuestAchievementFunction('pinkMarble'),
|
canBuy: hasQuestAchievementFunction('pinkMarble'),
|
||||||
},
|
},
|
||||||
|
Koi: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
const wacky = {
|
const wacky = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue