diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
commit | c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 (patch) | |
tree | 177fc3de302287d7d6043608db8e120732e8edc5 /vamp_stuff/Modification_Files/Monsters | |
parent | Fix spell range min/max being backwards (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3.tar.xz |
Port to Bright Nights
Diffstat (limited to 'vamp_stuff/Modification_Files/Monsters')
-rw-r--r-- | vamp_stuff/Modification_Files/Monsters/shot_method.json | 6 |
1 files changed, 3 insertions, 3 deletions
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" ] } ] |