From d2ec179d50c6b038315e9db9e0e838e0b96760a9 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 26 Jan 2021 13:54:35 +0100 Subject: Driils and other Stuff (#374) - Added X455 and X555 Drill - Added Drill Parents - Fixed Maxed Enchanted Book - Fixed Fairy Souls - Added a Wiki Link --- constants/parents.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 36852ef6..74b8a122 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1923,5 +1923,12 @@ "TITANIUM_ARTIFACT", "TITANIUM_RING", "TITANIUM_TALISMAN" + ], + "TITANIUM_DRILL_3":[ + "TITANIUM_DRILL_2", + "TITANIUM_DRILL_1" + ], + "MITHRIL_DRILL_2":[ + "MITHRIL_DRILL_1" ] } -- cgit