diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-30 21:19:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 20:19:12 +0000 |
commit | af0ba996fd27e466e978f4a699fd29771cc3d36f (patch) | |
tree | bd856915b327f4acfe951564f5d7bcb5b33e138c /constants/parents.json | |
parent | 40f8d9eab9346a4c8d6fe6b6ea57f37d004c204b (diff) | |
download | NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.tar.gz NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.tar.bz2 NotEnoughUpdates-REPO-af0ba996fd27e466e978f4a699fd29771cc3d36f.zip |
Added new pet and backpack skin (#1055)
and a missing npc
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 11 |
1 files changed, 11 insertions, 0 deletions
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 |