diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 6 | ||||
-rw-r--r-- | constants/parents.json | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index 72866bc4..6bf73d88 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -875,7 +875,8 @@ "POWER_ARTIFACT" ], "BINGO_TALISMAN": [ - "BINGO_RING" + "BINGO_RING", + "BINGO_ARTIFACT" ], "ODGERS_BRONZE_TOOTH": [ "ODGERS_SILVER_TOOTH", @@ -891,6 +892,9 @@ ], "BURSTSTOPPER_TALISMAN": [ "BURSTSTOPPER_ARTIFACT" + ], + "BINGO_RING": [ + "BINGO_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index 8b891f2b..7f70c4bf 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2816,7 +2816,8 @@ "KUUDRA_HOT_TIER_KEY", "KUUDRA_TIER_KEY" ], - "BINGO_RING": [ + "BINGO_ARTIFACT": [ + "BINGO_RING", "BINGO_TALISMAN" ], "HUNTER_RING": [ |