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/40.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/40.json')
-rw-r--r-- | json/items/magazine/40.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index 80f5c11..a48d946 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -3,7 +3,7 @@ "id": "usp40mag", "copy-from": "usp9mag", "type": "MAGAZINE", - "name": { "str": "H&K USP .40 13-round magazine" }, + "name": { "str": "H&K USP .40 magazine" }, "description": "A standard 13-round magazine for use with the Heckler & Koch USP .40 handgun.", "ammo_type": [ "40" ], "capacity": 13 @@ -12,14 +12,14 @@ "id": "p3040mag", "copy-from": "usp40mag", "type": "MAGAZINE", - "name": { "str": "H&K P30 .40 13-round magazine" }, + "name": { "str": "H&K P30 .40 magazine" }, "description": "A standard 13-round magazine for use with the Heckler & Koch P30 .40 handgun." }, { "id": "ump40mag", "copy-from": "ump45mag", "type": "MAGAZINE", - "name": { "str": "H&K UMP40 30-round magazine" }, + "name": { "str": "H&K UMP40 magazine" }, "description": "A standard 30-round box magazine for use with the Heckler & Koch UMP40 SMG.", "weight": "200 g", "ammo_type": [ "40" ], |