From 4467d6669c6e7d2d1032a8504454d0fca38e2bd7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 27 May 2020 14:13:42 -0700 Subject: Add USP .40 Tweak masses --- json/itemgroups/military.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'json/itemgroups/military.json') diff --git a/json/itemgroups/military.json b/json/itemgroups/military.json index ecf974f..2199b73 100644 --- a/json/itemgroups/military.json +++ b/json/itemgroups/military.json @@ -12,8 +12,8 @@ "type": "item_group", "id": "military_standard_sniper_rifles", "subtype": "distribution", - "entries": [ { "item": "m2010", "prob": 20, "charges": [ 0, 5 ] }, - { "item": "m110a1", "prob": 70, "charges": [ 0, 20 ] }, - { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20]} ] + "entries": [ + { "item": "hk_msg90a2", "prob": 10, "charges": [ 0, 20] } + ] } ] -- cgit v1.2.1