diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-10 19:08:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 18:08:08 +0000 |
| commit | 8c3f2dfb0649d41a8ae715449e54e99f128f0bdb (patch) | |
| tree | fb5a969ab4c3805ec22232fa27f4aef693430c55 /constants | |
| parent | 782c2c46d7bd38cbfaf0f3fb3258c0bea51b7710 (diff) | |
| download | NotEnoughUpdates-REPO-8c3f2dfb0649d41a8ae715449e54e99f128f0bdb.tar.gz NotEnoughUpdates-REPO-8c3f2dfb0649d41a8ae715449e54e99f128f0bdb.tar.bz2 NotEnoughUpdates-REPO-8c3f2dfb0649d41a8ae715449e54e99f128f0bdb.zip | |
feat: Rift Items Part 1 (#1499)
* feat: Rift Items Part 1
* feat: Rift Items Part 2
* feat: Rift Items Part 3
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/misc.json | 1 | ||||
| -rw-r--r-- | constants/parents.json | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index c0c43099..22aa4255 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -2527,6 +2527,7 @@ "CRUX_TALISMAN_4", "CRUX_TALISMAN_5", "CRUX_TALISMAN_6", + "CRUX_TALISMAN_7", "BINGO_COMBAT_TALISMAN" ], "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index fb58a547..e2d7f296 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3247,7 +3247,8 @@ "DANTE_TALISMAN": [ "DANTE_RING" ], - "CRUX_TALISMAN_6": [ + "CRUX_TALISMAN_7": [ + "CRUX_TALISMAN_6", "CRUX_TALISMAN_5", "CRUX_TALISMAN_4", "CRUX_TALISMAN_3", |
