diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-30 16:16:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 16:16:31 +0200 |
commit | a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (patch) | |
tree | f56f597690456032e5017d09fc27d75c844895de /constants | |
parent | 267c29d1dcd34e09663351efc08dea5e0f9a8bf5 (diff) | |
download | NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.gz NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.tar.bz2 NotEnoughUpdates-REPO-a370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63.zip |
atom (#729)
* atom
* More Fixes
* 185
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 6 |
2 files changed, 8 insertions, 1 deletions
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" ] } |