diff options
| author | Luna <me@lunya.dev> | 2024-10-18 23:08:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 21:08:23 +0000 |
| commit | 6511352fe6f0aef97a7cac0ce4ce931d15d1b4af (patch) | |
| tree | 6f7ce01b213a9694864efef5dc88ffe12fc09518 /constants | |
| parent | df0f65f713c2943ed645b8256a6b928b4927e76e (diff) | |
| download | NotEnoughUpdates-REPO-6511352fe6f0aef97a7cac0ce4ce931d15d1b4af.tar.gz NotEnoughUpdates-REPO-6511352fe6f0aef97a7cac0ce4ce931d15d1b4af.tar.bz2 NotEnoughUpdates-REPO-6511352fe6f0aef97a7cac0ce4ce931d15d1b4af.zip | |
Add some missing potion levels (#1413)
* Add some missing potion levels
* Parents
* Fix
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/parents.json | 9 |
1 files changed, 7 insertions, 2 deletions
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", |
