From 78e775da64b598dd40387f22081ed7a3927e8af1 Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Tue, 9 Mar 2021 18:28:08 +0100 Subject: added new items (POG) (#427) * added personal deletors * I'm trying to be fast but this will take time * added new sack * more sacks * all sacks done * added parent --- constants/parents.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index fbd1925c..dc779408 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2019,5 +2019,10 @@ "CAMPFIRE_TALISMAN_27", "CAMPFIRE_TALISMAN_28", "CAMPFIRE_TALISMAN_29" + ], + "PERSONAL_DELETOR_4000": [ + "PERSONAL_DELETOR_5000", + "PERSONAL_DELETOR_6000", + "PERSONAL_DELETOR_7000" ] } -- cgit