From 0c4cfcb1ebfb94bc4fbf2cb6515811623497eb40 Mon Sep 17 00:00:00 2001 From: Sam Marder Date: Sat, 30 May 2026 14:13:57 +0000 Subject: [PATCH] Fixed salamanders and swamp lizard throwing in ranged mode --- .../data/configs/ranged_weapon_configs.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Server/data/configs/ranged_weapon_configs.json b/Server/data/configs/ranged_weapon_configs.json index 335c9f031..dc6fbe429 100644 --- a/Server/data/configs/ranged_weapon_configs.json +++ b/Server/data/configs/ranged_weapon_configs.json @@ -1546,5 +1546,41 @@ "animation": "426", "drop_ammo": "true", "ammunition": "14202,14203,14204,14205,14206" + }, + { + "itemId": "10149", + "name": "Swamp lizard", + "ammo_slot": "13", + "weapon_type": "0", + "animation": "5247", + "drop_ammo": "false", + "ammunition": "10142" + }, + { + "itemId": "10146", + "name": "Orange salamander", + "ammo_slot": "13", + "weapon_type": "0", + "animation": "5247", + "drop_ammo": "false", + "ammunition": "10143" + }, + { + "itemId": "10147", + "name": "Red salamander", + "ammo_slot": "13", + "weapon_type": "0", + "animation": "5247", + "drop_ammo": "false", + "ammunition": "10144" + }, + { + "itemId": "10148", + "name": "Black salamander", + "ammo_slot": "13", + "weapon_type": "0", + "animation": "5247", + "drop_ammo": "false", + "ammunition": "10145" } ]