diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:52:42 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:52:42 -0700 |
commit | 8adb869691d5f3e419679d08bb3521a13ec18f0c (patch) | |
tree | 6277de7be06deb02a93b45ba02d3128cf3ef6156 /json | |
parent | Update reloaded 000shot to mention it is reloaded in the description. (diff) | |
download | cataclysm-bn-mod_hk-loadout-8adb869691d5f3e419679d08bb3521a13ec18f0c.tar.xz |
Fix 4.6mm FMJ and SHP black powder to look like 4.6mm black powder.
Diffstat (limited to 'json')
-rw-r--r-- | json/items/ammo/46.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 2eb9b91..5248874 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -88,7 +88,7 @@ "id": "bp_46mm_fmj", "copy-from": "46mm_fmj", "type": "AMMO", - "looks_like": "reloaded_46mm", + "looks_like": "bp_46mm", "name": { "str": "4.6x30mm FMJ, black powder" }, "description": "4.6x30mm ammunition with 42gr copper plated steel jacket and lead-antimony core bullets. The FMJ round has longer range and greater wounding potential, albeit with slightly more recoil and reduced muzzle velocity. This one has been hand-reloaded with black powder.", "proportional": { @@ -133,7 +133,7 @@ "id": "bp_46mm_shp", "copy-from": "46mm_shp", "type": "AMMO", - "looks_like": "reloaded_46mm", + "looks_like": "bp_46mm", "name": { "str": "4.6x30mm SHP, black powder" }, "description": "4.6x30mm ammunition with 31gr copper plated brass bullets. The Action Law Enforcement solid hollow point round is optimized for use against soft targets, while still having decent penetration. This one has been hand-reloaded with black powder.", "proportional": { |