From 916ece96bd2477585120539f9dc356a705bce878 Mon Sep 17 00:00:00 2001 From: MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> Date: Tue, 29 Dec 2020 14:06:15 -0500 Subject: Griffin Upgrade Stone Parenting (#344) * Griffin Stone Parenting * Im an idiot and forgot a bracket --- constants/parents.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 90ebf9c0..a36eba91 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1090,5 +1090,11 @@ "FLYING_FISH;4":[ "FLYING_FISH;3", "FLYING_FISH;2" + ], + "GRIFFIN_UPGRADE_STONE_LEGENDARY":[ + "GRIFFIN_UPGRADE_STONE_EPIC", + "GRIFFIN_UPGRADE_STONE_RARE", + "GRIFFIN_UPGRADE_STONE_UNCOMMON", + "BASE_GRIFFIN_UPGRADE_STONE" ] } -- cgit