From 5b915988210e6e922e4f72bfa9bd7525c8e5e68b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:46:53 +0100 Subject: Fixed Things and Added Things (#437) * Added a weird Item, fixed Items and Pets * Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat * Fixed Triple Strike * Update Thorn --- constants/parents.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'constants/parents.json') diff --git a/constants/parents.json b/constants/parents.json index 51ee3222..29c4b50f 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -1623,7 +1623,8 @@ "REVENANT_GENERATOR_8", "REVENANT_GENERATOR_9", "REVENANT_GENERATOR_10", - "REVENANT_GENERATOR_11" + "REVENANT_GENERATOR_11", + "REVENANT_GENERATOR_12" ], "SKELETON_GENERATOR_1":[ "SKELETON_GENERATOR_2", -- cgit