From 6511352fe6f0aef97a7cac0ce4ce931d15d1b4af Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 18 Oct 2024 23:08:23 +0200 Subject: Add some missing potion levels (#1413) * Add some missing potion levels * Parents * Fix --- constants/parents.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/parents.json b/constants/parents.json index 612b7eb5..0c247d0e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3669,7 +3669,8 @@ "POTION_REGENERATION;5", "POTION_REGENERATION;6", "POTION_REGENERATION;7", - "POTION_REGENERATION;8" + "POTION_REGENERATION;8", + "POTION_REGENERATION;9" ], "POTION_MANA;1": [ "POTION_MANA;2", @@ -3680,6 +3681,9 @@ "POTION_MANA;7", "POTION_MANA;8" ], + "POTION_NIGHT_VISION;1": [ + "POTION_NIGHT_VISION;2" + ], "POTION_POISON;1": [ "POTION_POISON;2", "POTION_POISON;3", @@ -3718,7 +3722,8 @@ "POTION_SPELUNKER;1": [ "POTION_SPELUNKER;2", "POTION_SPELUNKER;3", - "POTION_SPELUNKER;4" + "POTION_SPELUNKER;4", + "POTION_SPELUNKER;5" ], "POTION_STUN;1": [ "POTION_STUN;2", -- cgit