diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-03 20:01:35 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-11-03 20:01:35 -0800 |
commit | a48a93e1ea457518633f746a7b8b7799eaf088e3 (patch) | |
tree | 38af988f95aa7bb017ce13b36ed53b468af4299d /json | |
parent | More typos (diff) | |
download | cataclysm-bn-mod_hk-loadout-a48a93e1ea457518633f746a7b8b7799eaf088e3.tar.xz |
Add ammo type to CAWS
Diffstat (limited to 'json')
-rw-r--r-- | json/items/gun/000shot.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/items/gun/000shot.json b/json/items/gun/000shot.json index baf71ae..29249d9 100644 --- a/json/items/gun/000shot.json +++ b/json/items/gun/000shot.json @@ -15,6 +15,7 @@ "ranged_damage": 5, "dispersion": 510, "durability": 8, + "ammo": "000shot", "barrel_length": "100 ml", "valid_mod_locations": [ [ "accessories", 2 ], |