diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-24 23:17:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-24 17:17:32 -0500 |
commit | d02431823f7228c7bb693602720324bc3da05665 (patch) | |
tree | cbae9d6ec83962e82a120e9463ebb0f6c051bc35 /constants | |
parent | c3a4612bb1e9bf02c2cc14051d2c5df9c8589ae0 (diff) | |
download | NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.gz NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.tar.bz2 NotEnoughUpdates-REPO-d02431823f7228c7bb693602720324bc3da05665.zip |
Added Things, Fixed Things (#373)
- Added Dead Bush of Love (ty efe)
- Added Titanium Relic
- Added Wiki Links
- Added X355 Drill
- Fixed 2 Fairy Souls (wtf)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/fairy_souls.json | 4 | ||||
-rw-r--r-- | constants/parents.json | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 38d1af3c..938cfde0 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -97,9 +97,9 @@ "-225,73,-362", "-215,95,-339", "-202,113,-305", - "-117,95,-338", + "-245,71,-210", "-152,79,-343", - "-427,83,-184" + "-427,84,-184" ], "combat_2":[ "-314,96,-402", diff --git a/constants/parents.json b/constants/parents.json index ba48f482..36852ef6 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1919,7 +1919,8 @@ "BEACON_3", "BEACON_4" ], - "TITANIUM_ARTIFACT":[ + "TITANIUM_RELIC":[ + "TITANIUM_ARTIFACT", "TITANIUM_RING", "TITANIUM_TALISMAN" ] |