feat(content): Veggie Hatching Potions

This commit is contained in:
Sabe Jones
2019-03-26 15:45:29 -05:00
parent 33c639e28b
commit 1195560b0c
10 changed files with 52 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ each(wacky, (pot, key) => {
});
});
let all = assign({}, drops, premium);
let all = assign({}, drops, premium, wacky);
module.exports = {
drops,