diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-27 15:46:22 -0700 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-05-27 15:46:22 -0700 | 
| commit | 61ae4ce846b12af3537c15f973bb79959fee855c (patch) | |
| tree | c51535622051aeb877a816951b7f54252d5cd4a7 /json/items | |
| parent | Rewrite UCP description. (diff) | |
| download | cataclysm-bn-mod_hk-loadout-61ae4ce846b12af3537c15f973bb79959fee855c.tar.xz | |
Fix typos
Diffstat (limited to 'json/items')
| -rw-r--r-- | json/items/gun/40.json | 2 | ||||
| -rw-r--r-- | json/items/magazine/40.json | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/40.json b/json/items/gun/40.json index 3ff0b63..a43fda2 100644 --- a/json/items/gun/40.json +++ b/json/items/gun/40.json @@ -5,7 +5,7 @@      "type": "GUN",      "name": { "str": "H&K USP .40" },      "weight": "748 g", -    "ammo": "45", +    "ammo": "40",      "magazines": [ [ "40", [ "usp40mag" ] ] ]  }  ] diff --git a/json/items/magazine/40.json b/json/items/magazine/40.json index 6eaba74..cd6fa13 100644 --- a/json/items/magazine/40.json +++ b/json/items/magazine/40.json @@ -11,7 +11,7 @@      "material": "plastic",      "symbol": "#",      "color": "light_gray", -    "ammo_type": "45", +    "ammo_type": "40",      "capacity": 13,      "reliability": 10,      "flags": [ "MAG_COMPACT" ]  | 
