From 76709c07406646bb2da7b10abbafef7d9be71709 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 13 Mar 2023 11:02:24 +0100 Subject: Fixed legion and farmer boots lore (#906) --- constants/parents.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index a8bf508f..566c9a26 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3175,5 +3175,9 @@ "PUMPKIN_DICER_3": [ "PUMPKIN_DICER_2", "PUMPKIN_DICER" + ], + "GLISTENING_MELON_FLUX": [ + "GOLDEN_APPLE_FLUX", + "GLOWING_GRAPE_FLUX" ] } \ No newline at end of file -- cgit