allow eggs to have a release date

# Conflicts:
#	test/content/armoire.test.js
This commit is contained in:
Phillip Thelen
2024-06-10 14:11:38 +02:00
parent 16551ec83f
commit 89a3ac3dde
10 changed files with 143 additions and 86 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 = {