diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-13 11:51:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 21:51:11 +1100 |
commit | ffca9245a65624a49bf1690bedbcb1555f12448c (patch) | |
tree | 051e58163402c81526a00aa9ccc351d07375d2f2 /constants/parents.json | |
parent | 2f58108e625e56545a075f86fb502dfb74b6467e (diff) | |
download | NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.gz NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.tar.bz2 NotEnoughUpdates-REPO-ffca9245a65624a49bf1690bedbcb1555f12448c.zip |
Added Drops to mobs, more items, new mayor and recipes and fixed disc (#860)
Diffstat (limited to 'constants/parents.json')
-rw-r--r-- | constants/parents.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index f6e17150..ee1b567f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2235,10 +2235,10 @@ "DANTE_SPECIAL_MAYOR_MONSTER" ], "AATROX_MAYOR_MONSTER": [ - "BARRY_MAYOR_MONSTER", "COLE_MAYOR_MONSTER", "DIANA_MAYOR_MONSTER", "DIAZ_MAYOR_MONSTER", + "FINNEGAN_MAYOR_MONSTER", "FOXY_MAYOR_MONSTER", "MARINA_MAYOR_MONSTER", "PAUL_MAYOR_MONSTER" @@ -3113,5 +3113,9 @@ "DRACONIC_ARTIFACT": [ "DRACONIC_RING", "DRACONIC_TALISMAN" + ], + "VACCINE_ARTIFACT": [ + "VACCINE_RING", + "VACCINE_TALISMAN" ] }
\ No newline at end of file |