diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:56:45 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-26 12:56:45 -0700 |
commit | a7e4d05a8808070ed6be2658d37f968112dd977a (patch) | |
tree | ee7b4cb6bd62ee674c1d7a9cd34d4772bda17dfc | |
parent | Fix 4.6mm FMJ and SHP black powder to look like 4.6mm black powder. (diff) | |
download | cataclysm-dda-mod_hk-loadout-a7e4d05a8808070ed6be2658d37f968112dd977a.tar.xz |
Typo.
-rw-r--r-- | json/items/ammo/46.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/ammo/46.json b/json/items/ammo/46.json index 5248874..1144eb4 100644 --- a/json/items/ammo/46.json +++ b/json/items/ammo/46.json @@ -108,7 +108,7 @@ "name": { "str": "4.6x30mm SHP" }, "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.", "proportional": { - "price": 0.8, + "price": 0.8 }, "relative": { "damage": { "damage_type": "bullet", "amount": 4, "armor_penetration": -16 } |