diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/misc.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/constants/misc.json b/constants/misc.json index 1ef56de4..72866bc4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -888,6 +888,9 @@ ], "ODGERS_GOLD_TOOTH": [ "ODGERS_DIAMOND_TOOTH" + ], + "BURSTSTOPPER_TALISMAN": [ + "BURSTSTOPPER_ARTIFACT" ] }, "special_bois": [ diff --git a/constants/parents.json b/constants/parents.json index cd1ac2dc..aa7a3f99 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2849,5 +2849,8 @@ "ULTIMATE_INFERNO;3", "ULTIMATE_INFERNO;4", "ULTIMATE_INFERNO;5" + ], + "BURSTSTOPPER_ARTIFACT" : [ + "BURSTSTOPPER_TALISMAN" ] } |