From cd8bab69c2bb27b4c5881820a54fc3dd6dc8504d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:35:37 +0100 Subject: Removed recipes from books, fixed some other shit, added item and npc's (#1101) --- constants/parents.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 1a8dd93d..86a37c2d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3444,5 +3444,8 @@ "BEAR_CHAIR", "BEAR_BOOKSHELF", "BEAR_BENCH" + ], + "BONE_NECKLACE": [ + "STARRED_BONE_NECKLACE" ] } \ No newline at end of file -- cgit