mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(events): April Mystery and Floral Potions (#7107)
* feat(events): April Mystery and Floral Potions Also reorganizes the spritesmith folders for mounts so that head, body, and icon sprites are in separate folders.
This commit is contained in:
@@ -506,7 +506,15 @@ api.premiumHatchingPotions = {
|
||||
canBuy: (function() {
|
||||
return false;
|
||||
})
|
||||
}
|
||||
},
|
||||
Floral: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionFloral'),
|
||||
limited: true,
|
||||
canBuy: (function() {
|
||||
return true;
|
||||
}),
|
||||
},
|
||||
};
|
||||
|
||||
_.each(api.dropHatchingPotions, function(pot, key) {
|
||||
|
||||
Reference in New Issue
Block a user