diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 19:17:23 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-06 19:17:23 -0700 | 
| commit | d15bd96c4c209dc1aa5bc3d52c1e9c8459e8190f (patch) | |
| tree | f71fe992c7177a57d5a807d3d3d2abeb7b5cc348 | |
| parent | Fix USP45 failing to properly override yet again. (diff) | |
| download | cataclysm-dda-mod_hk-loadout-d15bd96c4c209dc1aa5bc3d52c1e9c8459e8190f.tar.xz | |
Rephrase UMP9 description.
| -rw-r--r-- | json/items/gun/9mm.json | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/json/items/gun/9mm.json b/json/items/gun/9mm.json index 75f7980..5d71b52 100644 --- a/json/items/gun/9mm.json +++ b/json/items/gun/9mm.json @@ -27,7 +27,7 @@      "copy-from": "hk_ump45",      "type": "GUN",      "name": { "str_sp": "H&K UMP9" }, -    "description": "Developed as a successor to the MP5 submachine gun, the UMP9 retains the earlier model's supreme accuracy and low recoil, but with reduced weight and size.", +    "description": "Developed as a successor to the MP5 submachine gun, the UMP9 retains the earlier model's supreme accuracy and low recoil, but with reduced size and weight.",      "weight": "2300 g",      "ammo": "9mm",      "min_cycle_recoil": 450,  | 
