From af0ba996fd27e466e978f4a699fd29771cc3d36f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 30 Nov 2023 21:19:12 +0100 Subject: Added new pet and backpack skin (#1055) and a missing npc --- constants/parents.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index def5016f..046cb68d 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3427,5 +3427,16 @@ ], "SNOWMAN;5": [ "SNOWMAN;4" + ], + "PET_SKIN_SLUG_AZURE_SEA_SLUG": [ + "PET_SKIN_SLUG_LEAF_SHEEP_SEA_SLUG", + "PET_SKIN_SLUG_VIOLET_SEA_SLUG" + ], + "GIFT_GOLD_BACKPACK": [ + "GIFT_PURPLE_BACKPACK", + "GIFT_GREEN_BACKPACK", + "GIFT_BLUE_BACKPACK", + "GIFT_BLACK_BACKPACK", + "GIFT_WHITE_BACKPACK" ] } \ No newline at end of file -- cgit