diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:17:44 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:17:44 -0800 |
commit | fde97375dd85b3d462cebd44e8faafb21f5cec1e (patch) | |
tree | b67c578884ad95fb21ca3031651b7403a67b732f /json/requirements | |
parent | Shorten the name of the G11. (diff) | |
download | cataclysm-bn-mod_hk-loadout-fde97375dd85b3d462cebd44e8faafb21f5cec1e.tar.xz |
Convert the CAWS to 00shot.
-Obsolete 000 shells that aren't buckshot.
Diffstat (limited to 'json/requirements')
-rw-r--r-- | json/requirements/ammo.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/json/requirements/ammo.json b/json/requirements/ammo.json deleted file mode 100644 index 82542e2..0000000 --- a/json/requirements/ammo.json +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - "id": "ammo_000_shot", - "type": "requirement", - "//": "Components required for 000 shotgun ammo", - "components": [ [ [ "000shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ] ] - } -] |