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:
Sabe Jones
2016-04-25 14:17:31 -05:00
parent 8355dbe63f
commit 974896ce7b
1267 changed files with 3684 additions and 3389 deletions

View File

@@ -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) {