Revert "allow hatching potions to have a release date"

This reverts commit ebdac0b388.
This commit is contained in:
Phillip Thelen
2024-06-11 18:19:21 +02:00
parent b83f62bd82
commit 485584c144
9 changed files with 90 additions and 118 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
import { drops as eggs } from '../content/eggs';
import allEggs from '../content/eggs';
import { drops as hatchingPotions } from '../content/hatching-potions';
import randomVal from '../libs/randomVal';
export default function firstDrops (user) {
const eggDrop = randomVal(eggs);
const eggDrop = randomVal(allEggs.drops);
const potionDrop = randomVal(hatchingPotions);
user.items.eggs = {