diff options
author | MisterCheezeCake <75341435+MisterCheezeCake@users.noreply.github.com> | 2020-12-29 14:06:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 14:06:15 -0500 |
commit | 916ece96bd2477585120539f9dc356a705bce878 (patch) | |
tree | 20b5ed3f7e680ac62f57b7b876413b206bc02580 /constants | |
parent | cda84419cd8b4d1717c9cb263e42b38654ce68ad (diff) | |
download | NotEnoughUpdates-REPO-916ece96bd2477585120539f9dc356a705bce878.tar.gz NotEnoughUpdates-REPO-916ece96bd2477585120539f9dc356a705bce878.tar.bz2 NotEnoughUpdates-REPO-916ece96bd2477585120539f9dc356a705bce878.zip |
Griffin Upgrade Stone Parenting (#344)
* Griffin Stone Parenting
* Im an idiot and forgot a bracket
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 |
1 files changed, 6 insertions, 0 deletions
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"
]
}
|