diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-26 13:54:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-26 07:54:35 -0500 |
commit | d2ec179d50c6b038315e9db9e0e838e0b96760a9 (patch) | |
tree | 1c28bbd5aaa1863eb9c9a753d12a43facffba5d6 /constants/parents.json | |
parent | 048ee3ea36e566247699ef73306f5be5e83b2552 (diff) | |
download | NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.tar.gz NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.tar.bz2 NotEnoughUpdates-REPO-d2ec179d50c6b038315e9db9e0e838e0b96760a9.zip |
Driils and other Stuff (#374)
- Added X455 and X555 Drill
- Added Drill Parents
- Fixed Maxed Enchanted Book
- Fixed Fairy Souls
- Added a Wiki Link
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 7 |
1 files changed, 7 insertions, 0 deletions
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" ] } |