diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 20:18:15 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 20:18:15 -0700 |
commit | 67536cbe44ae5547e92d75dee0e3f69c52a1703f (patch) | |
tree | ad9680bf915a8ff9750151b66fecc0b9f03cf9ac | |
parent | Add P30/HK45 to krav maga and update readme. (diff) | |
download | cataclysm-dda-mod_hk-loadout-67536cbe44ae5547e92d75dee0e3f69c52a1703f.tar.xz |
Fix the P30 .40 copy-from the wrong gun.
-rw-r--r-- | json/items/gun/40.json | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |