From a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 30 Apr 2022 16:16:31 +0200 Subject: atom (#729) * atom * More Fixes * 185 --- constants/misc.json | 3 ++- constants/parents.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index 82fcbf1f..1ef56de4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -75,7 +75,8 @@ "winter": "Jerry's Workshop", "dungeon": "Dungeon", "dungeon_hub": "Dungeon Hub", - "crystal_hollows": "Crystal Hollows" + "crystal_hollows": "Crystal Hollows", + "instanced": "Kuudra's End" }, "talisman_upgrades": { "WOLF_TALISMAN": [ diff --git a/constants/parents.json b/constants/parents.json index 276fa359..c576528d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2805,5 +2805,11 @@ "KUUDRA_BURNING_TIER_KEY", "KUUDRA_HOT_TIER_KEY", "KUUDRA_TIER_KEY" + ], + "BINGO_RING": [ + "BINGO_TALISMAN" + ], + "HUNTER_RING": [ + "HUNTER_TALISMAN" ] } -- cgit