From 7d5282bd96d1245bd5298a134fc5662aa72793b6 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 22 Sep 2024 10:03:44 +0200 Subject: feat: Haste Artifact in misc and parents (#1367) --- constants/misc.json | 3 +++ constants/parents.json | 3 +++ 2 files changed, 6 insertions(+) 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 -- cgit