diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-28 19:07:03 -0700 |
commit | 4aff51a20dd6bcc0947bfcb95b33fed553786719 (patch) | |
tree | 2631c6af8354dffd1c098391e772a16b61c848db /json/items/magazine/45.json | |
parent | Clean up some magazine descriptions. (diff) | |
download | cataclysm-bn-mod_hk-loadout-4aff51a20dd6bcc0947bfcb95b33fed553786719.tar.xz |
Remove n-round from maagzine names when no alternate magazine exists.
Diffstat (limited to 'json/items/magazine/45.json')
-rw-r--r-- | json/items/magazine/45.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/magazine/45.json b/json/items/magazine/45.json index 71ff47a..498bf07 100644 --- a/json/items/magazine/45.json +++ b/json/items/magazine/45.json @@ -27,7 +27,7 @@ "id": "usp45mag", "looks_like": "glock17_17", "type": "MAGAZINE", - "name": { "str": "H&K USP .45 12-round magazine" }, + "name": { "str": "H&K USP .45 magazine" }, "description": "A standard 12-round magazine for use with the Heckler & Koch USP .45 handgun.", "weight": "60 g", "volume": "250 ml", @@ -45,7 +45,7 @@ "id": "hk45mag", "copy-from": "usp45mag", "type": "MAGAZINE", - "name": { "str": "H&K HK45 10-round magazine" }, + "name": { "str": "H&K HK45 magazine" }, "description": "A standard 10-round magazine for use with the Heckler & Koch HK45 handgun.", "capacity": 10 } |