diff options
| -rw-r--r-- | constants/misc.json | 3 | ||||
| -rw-r--r-- | constants/parents.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/constants/misc.json b/constants/misc.json index 2f9852ff..eaac6c54 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -2509,6 +2509,9 @@ ], "SCAVENGER_RING": [ "SCAVENGER_ARTIFACT" + ], + "HASTE_RING": [ + "HASTE_ARTIFACT" ] }, "ignored_talisman": [ diff --git a/constants/parents.json b/constants/parents.json index 2ddeb51e..026aec67 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3814,5 +3814,8 @@ ], "BONE_BOOMERANG": [ "STARRED_BONE_BOOMERANG" + ], + "HASTE_ARTIFACT": [ + "HASTE_RING" ] }
\ No newline at end of file |
