aboutsummaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMoulberry <jjenour@student.unimelb.edu.au>2020-11-22 22:40:19 +1100
committerGitHub <noreply@github.com>2020-11-22 22:40:19 +1100
commite5bacc39478d91ca9cd6286a4975c4229efcded2 (patch)
tree4f5e3c376340f1b74dcd1439fd124eee84086e5a /constants
parent3e758918fb29e4fb54d998b457b7953e42e26a7d (diff)
parent602818f42840f321b1658849c9d7d1af8887a85b (diff)
downloadNotEnoughUpdates-REPO-e5bacc39478d91ca9cd6286a4975c4229efcded2.tar.gz
NotEnoughUpdates-REPO-e5bacc39478d91ca9cd6286a4975c4229efcded2.tar.bz2
NotEnoughUpdates-REPO-e5bacc39478d91ca9cd6286a4975c4229efcded2.zip
Merge pull request #307 from TomEngMaster/master
Talismans fix
Diffstat (limited to 'constants')
-rw-r--r--constants/misc.json22
1 files changed, 20 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json
index 1e50b7a7..ae163c9d 100644
--- a/constants/misc.json
+++ b/constants/misc.json
@@ -268,12 +268,17 @@
"HEALING_RING"
],
"CANDY_RING": [
- "CANDY_ARTIFACT"
+ "CANDY_ARTIFACT",
+ "CANDY_RELIC"
],
"CANDY_TALISMAN": [
"CANDY_RING",
- "CANDY_ARTIFACT"
+ "CANDY_ARTIFACT",
+ "CANDY_RELIC"
],
+ "CANDY_ARTIFACT": [
+ "CANDY_RELIC"
+ ],
"INTIMIDATION_RING": [
"INTIMIDATION_ARTIFACT"
],
@@ -459,6 +464,19 @@
],
"WEDDING_RING_8": [
"WEDDING_RING_9"
+ ],
+ "BAT_PERSON_TALISMAN": [
+ "BAT_PERSON_RING",
+ "BAT_PERSON_ARTIFACT"
+ ],
+ "BAT_PERSON_RING": [
+ "BAT_PERSON_ARTIFACT"
+ ],
+ "WITHER_ARTIFACT": [
+ "WITHER_RELIC"
+ ],
+ "LUCKY_HOOF": [
+ "ETERNAL_HOOF"
]
},