diff options
author | Swedengamer100 <44095205+Swedengamer100@users.noreply.github.com> | 2021-01-18 18:49:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 12:49:58 -0500 |
commit | 128f77e6aad4b59867d591552e54b5ef0b3d2112 (patch) | |
tree | 8b5f9638a1551216a37b68a6f23eeb4b650fbec4 /constants/parents.json | |
parent | c3009b44f8ce3845dfeb0e3d537e4c92ad415b59 (diff) | |
download | NotEnoughUpdates-REPO-128f77e6aad4b59867d591552e54b5ef0b3d2112.tar.gz NotEnoughUpdates-REPO-128f77e6aad4b59867d591552e54b5ef0b3d2112.tar.bz2 NotEnoughUpdates-REPO-128f77e6aad4b59867d591552e54b5ef0b3d2112.zip |
FIxed parenting and dupes (#361)
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/constants/parents.json b/constants/parents.json index 44bb60da..b4af6771 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -200,7 +200,6 @@ "FIRST_STRIKE;5" ], "FORTUNE;1":[ - "FORTUNE;1", "FORTUNE;2", "FORTUNE;3" ], @@ -278,7 +277,6 @@ "STARRED_LAST_BREATH" ], "LETHALITY;1":[ - "LETHALITY;1", "LETHALITY;2", "LETHALITY;3", "LETHALITY;4", @@ -299,8 +297,8 @@ "LOG_2":[ "LOG_2-1" ], - "LOOTING;2":[ - "LOOTING;1", + "LOOTING;1":[ + "LOOTING;2", "LOOTING;3", "LOOTING;4", "LOOTING;5" |