From 782dc74181469b2171d573fad74d64d0cd9f62ef Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Sun, 2 Jul 2023 05:25:32 +1000 Subject: Missed items (#951) * adding a few missed items * adding to parents * made mana regen reflect souls found * new items * Added another summer item --------- Co-authored-by: jani270 --- constants/parents.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 1b1185f6..68843d99 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -933,6 +933,9 @@ "ELEPHANT;1", "ELEPHANT;0" ], + "FRACTURED_MONTEZUMA_SOUL;3": [ + "FRACTURED_MONTEZUMA_SOUL;2" + ], "PIG;4": [ "PIG;3", "PIG;2", -- cgit