From 590dd1776d2ca87eac638adb330d248d0190ab1f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 20 May 2021 19:52:45 -0700 Subject: Reduce the size of the CAWS since it is smaller than the Saiga-12 Change the CAWS to looks_like a G36, which is closer in appearance than a USAS-12 --- json/items/gun/000shot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index 5707370..29c906c 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -6,8 +6,8 @@ "name": { "str": "H&K CAWS" }, "description": "The Heckler & Koch CAWS was designed to fill the need for a high accuracy, short-range weapon with low recoil.", "weight": "3700 g", - "volume": "2750 ml", - "looks_like": "USAS_12", + "volume": "2000 ml", + "looks_like": "hk_g36", "price": 300000, "price_postapoc": 8000, "to_hit": -1, -- cgit v1.2.1