From c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 21:27:21 -0700 Subject: Port to Bright Nights --- vamp_stuff/Modification_Files/Monsters/shot_method.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vamp_stuff/Modification_Files/Monsters') diff --git a/vamp_stuff/Modification_Files/Monsters/shot_method.json b/vamp_stuff/Modification_Files/Monsters/shot_method.json index e89cb38..411320c 100644 --- a/vamp_stuff/Modification_Files/Monsters/shot_method.json +++ b/vamp_stuff/Modification_Files/Monsters/shot_method.json @@ -5,7 +5,7 @@ "copy-from": "fake_item", "name": { "str": "blood surge mouth" }, "description": "Large, saggy mouth of the blood surge leech. It can spew litres of blood.", - "flags": [ "NEVER_JAMS", "BACKFIRE", "NO_SOUND" ], + "flags": [ "NEVER_JAMS", "SILENT" ], "ammo_effects": [ "NEVER_MISFIRES", "NOGIB" ], "skill": "smg", "dispersion": 350, @@ -31,7 +31,7 @@ "recoil": 50, "durability": 10, "loudness": -50, - "flags": [ "NEVER_JAMS", "NO_SOUND" ], + "flags": [ "NEVER_JAMS", "SILENT" ], "ammo_effects": [ "NEVER_MISFIRES", "NOGIB" ] }, { @@ -48,6 +48,6 @@ "recoil": 245, "durability": 10, "loudness": -50, - "flags": [ "NEVER_JAMS", "NO_SOUND" ] + "flags": [ "NEVER_JAMS", "SILENT" ] } ] -- cgit v1.2.1