diff options
Diffstat (limited to 'json/items/ammo/38super.json')
-rw-r--r-- | json/items/ammo/38super.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/38super.json b/json/items/ammo/38super.json index cf35cd8..a8057e7 100644 --- a/json/items/ammo/38super.json +++ b/json/items/ammo/38super.json @@ -17,7 +17,7 @@ "ammo_type": "38super", "casing": "38super_casing", "range": 14, - "damage": { "damage_type": "stab", "amount": 26 }, + "damage": { "damage_type": "bullet", "amount": 26 }, "dispersion": 30, "recoil": 250, "effects": [ "COOKOFF" ] @@ -27,7 +27,7 @@ "copy-from": "38super_fmj", "type": "AMMO", "name": { "str_sp": ".38 Super FMJ, reloaded" }, - "proportional": { "price": 0.7, "damage": { "damage_type": "stab", "amount": 0.9 }, "dispersion": 1.1 }, + "proportional": { "price": 0.7, "damage": { "damage_type": "bullet", "amount": 0.9 }, "dispersion": 1.1 }, "extend": { "effects": [ "RECYCLED" ] }, "delete": { "effects": [ "NEVER_MISFIRES" ], "flags": [ "IRREPLACEABLE_CONSUMABLE" ] } } |