From 96092251670b6a75aa3f3003e9b0465af3641acc Mon Sep 17 00:00:00 2001 From: TymanWasTaken <32660892+TymanWasTaken@users.noreply.github.com> Date: Thu, 17 Dec 2020 23:16:46 -0500 Subject: Add sc7k to talisman upgrades (#332) --- constants/misc.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/misc.json b/constants/misc.json index c7a476de..7753ce6b 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -333,10 +333,15 @@ ], "PERSONAL_COMPACTOR_4000": [ "PERSONAL_COMPACTOR_5000", - "PERSONAL_COMPACTOR_6000" + "PERSONAL_COMPACTOR_6000", + "PERSONAL_COMPACTOR_7000" ], "PERSONAL_COMPACTOR_5000": [ - "PERSONAL_COMPACTOR_6000" + "PERSONAL_COMPACTOR_6000", + "PERSONAL_COMPACTOR_7000" + ], + "PERSONAL_COMPACTOR_6000": [ + "PERSONAL_COMPACTOR_7000" ], "SCARF_STUDIES": [ "SCARF_THESIS", -- cgit