From 602818f42840f321b1658849c9d7d1af8887a85b Mon Sep 17 00:00:00 2001 From: TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> Date: Sun, 22 Nov 2020 08:31:24 +0100 Subject: Fix talisman chains Fixed talisman chains (hoofs, bat person, candy relic, wither relic) --- constants/misc.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'constants') 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" ] }, -- cgit