diff options
Diffstat (limited to 'constants/misc.json')
-rw-r--r-- | constants/misc.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/constants/misc.json b/constants/misc.json index 187ef55e..06d8bad6 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -877,10 +877,15 @@ ], "POWER_TALISMAN": [ "POWER_RING", - "POWER_ARTIFACT" + "POWER_ARTIFACT", + "POWER_RELIC" ], "POWER_RING": [ - "POWER_ARTIFACT" + "POWER_ARTIFACT", + "POWER_RELIC" + ], + "POWER_ARTIFACT": [ + "POWER_RELIC" ], "BINGO_TALISMAN": [ "BINGO_RING", |