From 67536cbe44ae5547e92d75dee0e3f69c52a1703f Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 6 Apr 2022 20:18:15 -0700
Subject: Fix the P30 .40 copy-from the wrong gun.

---
 json/items/gun/40.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'json/items')

diff --git a/json/items/gun/40.json b/json/items/gun/40.json
index e37b151..7f69de2 100644
--- a/json/items/gun/40.json
+++ b/json/items/gun/40.json
@@ -10,7 +10,7 @@
   },
   {
     "id": "hk_p30_40",
-    "copy-from": "usp_9mm",
+    "copy-from": "usp_40",
     "type": "GUN",
     "name": { "str_sp": "H&K P30 .40" },
     "description": "Developed as a successor to the USP .40 handgun, the P30 .49 retains the earlier model's famed durability, but with improved control and reduced weight.",
-- 
cgit v1.2.1