diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-22 10:03:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-22 08:03:44 +0000 |
| commit | 7d5282bd96d1245bd5298a134fc5662aa72793b6 (patch) | |
| tree | 063f9d9a9671f37ce09884e916ca8dff7cf99fbf | |
| parent | eb561d3d3be2a556a558268a6e6e7ff3df4489ec (diff) | |
| download | NotEnoughUpdates-REPO-7d5282bd96d1245bd5298a134fc5662aa72793b6.tar.gz NotEnoughUpdates-REPO-7d5282bd96d1245bd5298a134fc5662aa72793b6.tar.bz2 NotEnoughUpdates-REPO-7d5282bd96d1245bd5298a134fc5662aa72793b6.zip | |
feat: Haste Artifact in misc and parents (#1367)
| -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 |
