From eb78fb7fe219a0ac5f7a937008be6b65c515e6cf Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 29 Nov 2022 22:35:51 +0100 Subject: Fixed 1 NPC, 1 Mob, added 1 npc and fixed 1 item (#868) --- constants/misc.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'constants/misc.json') diff --git a/constants/misc.json b/constants/misc.json index ac591d58..5bd10b70 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -876,7 +876,15 @@ ], "BINGO_TALISMAN": [ "BINGO_RING", - "BINGO_ARTIFACT" + "BINGO_ARTIFACT", + "BINGO_RELIC" + ], + "BINGO_RING": [ + "BINGO_ARTIFACT", + "BINGO_RELIC" + ], + "BINGO_ARTIFACT": [ + "BINGO_RELIC" ], "ODGERS_BRONZE_TOOTH": [ "ODGERS_SILVER_TOOTH", -- cgit