mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 12:47:28 +01:00
Add Koi Hatchingpotion
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user