From 67ded71056833e6c0419e7cf83361c95757d9fc1 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 3 Aug 2023 18:01:03 +0200 Subject: Added Flaming Worm --- constants/SeaCreatures.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/SeaCreatures.json b/constants/SeaCreatures.json index dc52e2f..bf48aa6 100644 --- a/constants/SeaCreatures.json +++ b/constants/SeaCreatures.json @@ -158,6 +158,10 @@ "Lava Pigman": { "chat_message": "§aA Lava Pigman arose from the depths!", "fishing_experience": 0 + }, + "Flaming Worm": { + "chat_message": "§aA Flaming Worm surfaces from the depths!", + "fishing_experience": 0 } } }, -- cgit