From 61ae4ce846b12af3537c15f973bb79959fee855c Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 May 2020 15:46:22 -0700 Subject: Fix typos --- json/itemgroups/Weapons_Mods_Ammo/guns.json | 2 +- json/items/gun/40.json | 2 +- json/items/magazine/40.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/json/itemgroups/Weapons_Mods_Ammo/guns.json b/json/itemgroups/Weapons_Mods_Ammo/guns.json index 9c40135..13978ea 100644 --- a/json/itemgroups/Weapons_Mods_Ammo/guns.json +++ b/json/itemgroups/Weapons_Mods_Ammo/guns.json @@ -54,5 +54,5 @@ "items": [ { "item": "usp_40", "prob": 10, "charges-min": 0, "charges-max": 13 } ] - }, + } ] diff --git a/json/items/gun/40.json b/json/items/gun/40.json index 3ff0b63..a43fda2 100644 --- a/json/items/gun/40.json +++ b/json/items/gun/40.json @@ -5,7 +5,7 @@ "type": "GUN", "name": { "str": "H&K USP .40" }, "weight": "748 g", - "ammo": "45", + "ammo": "40", "magazines": [ [ "40", [ "usp40mag" ] ] ] } ] diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index 6eaba74..cd6fa13 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -11,7 +11,7 @@ "material": "plastic", "symbol": "#", "color": "light_gray", - "ammo_type": "45", + "ammo_type": "40", "capacity": 13, "reliability": 10, "flags": [ "MAG_COMPACT" ] -- cgit v1.2.1