From 96082b7b562adcf1ba93b269d3138fe25dd1d5b6 Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Thu, 19 Sep 2024 18:20:10 +1000 Subject: add daedalus axe and bonemerang to parents (#1355) --- constants/parents.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/constants/parents.json b/constants/parents.json index 95b70bc8..2ddeb51e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3808,5 +3808,11 @@ "ULTIMATE_FLOWSTATE;1": [ "ULTIMATE_FLOWSTATE;2", "ULTIMATE_FLOWSTATE;3" + ], + "DAEDALUS_AXE": [ + "STARRED_DAEDALUS_AXE" + ], + "BONE_BOOMERANG": [ + "STARRED_BONE_BOOMERANG" ] } \ No newline at end of file -- cgit