diff options
Diffstat (limited to 'json/items/gun/000shot.json')
-rw-r--r-- | json/items/gun/000shot.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index cb0a6bd..25a96bb 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -3,7 +3,7 @@ "id": "hk_caws", "copy-from": "shotgun_base", "type": "GUN", - "name": { "str": "H&K CAWS" }, + "name": { "str_sp": "H&K CAWS" }, "description": "The Heckler & Koch CAWS is a bullpup combat shotgun designed to fill the need for a high accuracy, short-range weapon with low recoil.", "weight": "3700 g", "volume": "2000 ml", @@ -16,7 +16,7 @@ "ranged_damage": 5, "dispersion": 300, "durability": 8, - "ammo": "000shot", + "ammo": [ "000shot" ], "barrel_length": "81 ml", "valid_mod_locations": [ [ "accessories", 2 ], |